aboutsummaryrefslogtreecommitdiff
path: root/PETools
AgeCommit message (Collapse)AuthorFilesLines
2012-07-25Fixed bug in display of PE optional headerbitform1-4/+4
2012-07-22Fixed bug in executables with no imports/exportsbitform1-0/+10
I now check for the existance of imports/exports in the data directory.
2012-07-22Added Get-PEHeader. PETools is now a module.bitform6-0/+1524
Get-PEHeader is a 32 and 64-bit in-memory and on-disk PE parsing utility. PETools is now a PowerShell module that can be loaded with `Import-Module PETools`