aboutsummaryrefslogtreecommitdiff
path: root/PETools/PETools.format.ps1xml
AgeCommit message (Collapse)AuthorFilesLines
2013-04-28Added ARM support to Get-PEHeaderMatt Graeber1-373/+373
Also fixed various pointer width bugs
2012-07-25Fixed bug in display of PE optional headerbitform1-4/+4
2012-07-22Added Get-PEHeader. PETools is now a module.bitform1-0/+374
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`