Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-09 | Added Get-ObjDump | Matt Graeber | 3 | -2/+1003 | |
Get-ObjDump parses and return information about one or more Windows object files. It is similar to dumpbin but it returns objects! | |||||
2013-04-28 | Added ARM support to Get-PEHeader | Matt Graeber | 2 | -720/+741 | |
Also fixed various pointer width bugs | |||||
2013-03-10 | DownloadFromMSSymbolServer is a better name | Matt Graeber | 1 | -1/+1 | |
2013-03-10 | Fixed export parsing bug in Get-PEHeader | Matt Graeber | 1 | -1/+1 | |
2013-03-10 | Added DownloadEXEFromMSSymbolServer method | Matt Graeber | 1 | -881/+902 | |
After parsing a PE header with Get-PEHeader, you now have the option of downloading the original executable from Microsoft's symbol server for reference/comparision. | |||||
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` |