mentebinaria / readpe

The PE file analysis toolkit
GNU General Public License v2.0
676 stars 128 forks source link

Show CFG status on pesec #194

Closed sohsatoh closed 1 year ago

sohsatoh commented 1 year ago

When the /guard:cf Control Flow Guard (CFG) option is specified, the compiler and linker insert extra runtime security checks to detect attempts to compromise your code.

https://learn.microsoft.com/en-us/cpp/build/reference/guard-enable-control-flow-guard?view=msvc-170 https://learn.microsoft.com/en-us/windows/win32/secbp/control-flow-guard https://learn.microsoft.com/en-us/windows/win32/debug/pe-format#dll-characteristics

GoGoOtaku commented 1 year ago

Thank you