Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-21 | Consistency improvements in comment-based help | bitform | 3 | -12/+24 | |
2013-01-20 | Updated PETools module file list | bitform | 1 | -1/+1 | |
2013-01-20 | Renamed Usage.txt to Usage.md to apply markdown. | bitform | 1 | -0/+0 | |
2013-01-20 | Removed logic in scripts to load ps1xml files | bitform | 1 | -7/+0 | |
* Now that PETools and ReverseEngineering are both full-fledged modules with proper manifests, the manifests will take care of loading the appropriate ps1xml files. * Added Usage.txt to ReverseEngineering module. | |||||
2013-01-19 | PETools module doc. consistency improvements | bitform | 5 | -80/+182 | |
* Slight consistency modifications were made to documentation. * Added module manifest for PETools | |||||
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` |