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

Trim problem #4

Closed thesourcerer8 closed 9 years ago

thesourcerer8 commented 9 years ago

I am getting this error, but then it seems to work correctly. Method invocation failed because [System.String[]] doesn't contain a method named 'Trim'. At Check-PESecurity.ps1:523 char:101

egru commented 9 years ago

I fixed the code and it should work now.