Gadget-based Callstack Spoofing Detector
https://github.com/pard0p/CallstackSpoofingPOC
It should also detect: https://github.com/klezVirus/SilentMoonwalk
gadget_inspector.exe -p <PID> or --pid <PID>
gadget_inspector.exe -o <NAME> or --output <NAME>Example:
gadget_inspector.exe -p 1000 -o out.txtAll PIDs:
gadget_inspector.exe -o out.txtg++ .\gadget_inspector.cpp -o .\gadget_inspector.exe -ldbghelpThis is an UNFINISHED proof of concept. Certain situations can cause false positives.
