Detect-It-Easy
Detect-It-Easy copied to clipboard
Add support for CFG ControlFlowGraph GFIDS table
trafficstars
Would be nice to decode the CFG section (named as .gfids) added by modern compilers into executables
some intro info might be found here https://docs.microsoft.com/en-us/windows/win32/secbp/pe-metadata
example dll with such a section attached CFG_dll.zip
Thanks for the idea. I'll take a look.
Thank you! as a starting point this code might be (or not :) ) in use..
http://llvm-cs.pcc.me.uk/tools/lld/COFF/Writer.cpp#1572