!apic (dump local APIC entries in XAPIC and X2APIC modes)
Description of '!apic' command in HyperDbg.
Command
!apic
Syntax
!apic
Description
Dumps Local APIC (Advanced Programmable Interrupt Controller) items in XAPIC and X2APIC modes.
In order to get I/O APIC entries, you need to use the '!ioapic' command.
Parameters
None
Examples
The following command dumps local APIC items.
SDK
To get the local APIC details, you need to use the following function in libhyperdbg
:
Remarks
Starting from v0.11, this command was added to the HyperDbg debugger.
This command is guaranteed to keep debuggee in a halt state (in Debugger Mode); thus, nothing will change during its execution.
Requirements
None
Related
Last updated