NetSPI / PESecurity

PowerShell module to check if a Windows binary (EXE/DLL) has been compiled with ASLR, DEP, SafeSEH, StrongNaming, and Authenticode.
https://blog.netspi.com/verifying-aslr-dep-and-safeseh-with-powershell/
MIT License
614 stars 152 forks source link

add CFG check #8

Closed sam-b closed 6 years ago

sam-b commented 8 years ago

Added a bitwise check for CFG support.

alexverboon commented 6 years ago

I just completed the addition of the CFG check, will submit the code soon.