Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 359 Bytes

readme.md

File metadata and controls

7 lines (4 loc) · 359 Bytes

NMI Callback Handler

simple project to demonstrate how NMIs can be used to stackwalk. will probs expand to include other detection vectors like start address etc.

Finds the MACHINE_FRAME structure which represents how the iretq instruction returns from an isr to determine the rip that was interrupted by the NMI.

tested on win10 22h2 and win11 22h2