Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-11-16 | Moving all RE functionality to PowerShellArsenal | mattifestation | 1 | -374/+0 | |
https://github.com/mattifestation/PowerShellArsenal PowerSploit will now stay true to its roots of being a purely offensive PowerShell module. | |||||
2013-11-13 | Normalized all scripts to ASCII encoding | mattifestation | 1 | -1/+1 | |
2013-04-28 | Added ARM support to Get-PEHeader | Matt Graeber | 1 | -373/+373 | |
Also fixed various pointer width bugs | |||||
2012-07-25 | Fixed bug in display of PE optional header | bitform | 1 | -4/+4 | |
2012-07-22 | Added Get-PEHeader. PETools is now a module. | bitform | 1 | -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` |