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
621 stars 147 forks source link

Added Control Flow Guard information #10

Closed alexverboon closed 7 years ago

alexverboon commented 7 years ago

Hello, i have added control flow guard CFG information to the get-pesecurity module. Regards Alex

egru commented 7 years ago

Thanks for the PR! I'll take a look and merge it in.