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.txt
All PIDs:
gadget_inspector.exe -o out.txt
g++ .\gadget_inspector.cpp -o .\gadget_inspector.exe -ldbghelp
This is an UNFINISHED proof of concept. Certain situations can cause false positives.