aboutsummaryrefslogtreecommitdiff
path: root/PETools/PETools.psm1
AgeCommit message (Collapse)AuthorFilesLines
2014-11-16Moving all RE functionality to PowerShellArsenalmattifestation1-1/+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-01-19PETools module doc. consistency improvementsbitform1-4/+1
* Slight consistency modifications were made to documentation. * Added module manifest for PETools
2012-07-22Added Get-PEHeader. PETools is now a module.bitform1-0/+4
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`