Int 2F/AX=F401h/CX=5121h

Prev Next Ralf Interrups Categories Contents

------

FINDIRQ.COM - GET HOOKED INTERRUPTS

AX = F401h
CX = 5121h ('Q!')

Return:
AX:DX -> hooked interrupt table (see #03126)

See Also: AX=F400h

Format of FINDIRQ hooked interrupt table: Offset Size Description (Table 03126) 00h BYTE 1Ch 01h DWORD FINDIRQ's INT 1C handler 05h DWORD original INT 1C handler 09h BYTE 28h 0Ah DWORD FINDIRQ's INT 28 handler 0Eh DWORD original INT 28 handler 12h BYTE 2Fh 13h DWORD FINDIRQ's INT 2F handler 17h DWORD original INT 2F handler

Category: Debuggers/Debugging Tools - Int 2Fh - F

------

Prev Next Ralf Interrups Categories Contents