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

File not found and then PowerShell crash when doing a recursive directory scan #14

Open wdormann opened 6 years ago

wdormann commented 6 years ago

It's not clear if this is related to Issue #13 or not, but on a Windows 7 system with PowerShell 4, I'm trying to do a recursive directory scan of C:\Program Files, and a couple of errors are emitted before PowerShell crashes:

win7-pesecurity

egru commented 6 years ago

I'm not sure what's causing this off the top of my head, but I'll take a look at it tomorrow.