aboutsummaryrefslogtreecommitdiff
path: root/PETools/Get-PEHeader.ps1
AgeCommit message (Collapse)AuthorFilesLines
2013-01-19PETools module doc. consistency improvementsbitform1-21/+27
* Slight consistency modifications were made to documentation. * Added module manifest for PETools
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.bitform1-0/+870
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`