Detect-It-Easy icon indicating copy to clipboard operation
Detect-It-Easy copied to clipboard

Add support for CFG ControlFlowGraph GFIDS table

Open greenozon opened this issue 6 years ago • 2 comments
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

greenozon avatar Nov 19 '19 17:11 greenozon

Thanks for the idea. I'll take a look.

horsicq avatar Nov 19 '19 23:11 horsicq

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

greenozon avatar Nov 20 '19 18:11 greenozon