Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-25 | Fixed bug in display of PE optional header | bitform | 1 | -4/+4 | |
2012-07-22 | Fixed bug in executables with no imports/exports | bitform | 1 | -0/+10 | |
I now check for the existance of imports/exports in the data directory. | |||||
2012-07-22 | Added Get-PEHeader. PETools is now a module. | bitform | 6 | -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` |