aboutsummaryrefslogtreecommitdiff
path: root/PETools/PETools.format.ps1xml
AgeCommit message (Collapse)AuthorFilesLines
2014-11-16Moving all RE functionality to PowerShellArsenalmattifestation1-374/+0
https://github.com/mattifestation/PowerShellArsenal PowerSploit will now stay true to its roots of being a purely offensive PowerShell module.
2013-11-13Normalized all scripts to ASCII encodingmattifestation1-1/+1
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`