Commit Graph

3 Commits

Author SHA1 Message Date
bitform befc24a6e8 Fixed bug in display of PE optional header 2012-07-25 17:37:12 -04:00
bitform f8a3a70291 Fixed bug in executables with no imports/exports
I now check for the existance of imports/exports in the data directory.
2012-07-22 16:47:44 -04:00
bitform 65ebaea880 Added Get-PEHeader. PETools is now a module.
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`
2012-07-22 15:16:22 -04:00