donnaskiez / nmi

nmi stackwalking + module verification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

nmi stackwalking + module verification


Languages

Language:C 99.8%Language:C++ 0.2%