aboutsummaryrefslogtreecommitdiff
path: root/PE_Tools
AgeCommit message (Collapse)AuthorFilesLines
2012-07-22Added Get-PEHeader. PETools is now a module.bitform2-264/+0
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`
2012-06-26Changed licensing to BSD 3-Clausebitform2-2/+2
Fixed some spelling errors in README. Added additional usage information
2012-06-07Converted all ps1 files from UTF-16 BE to Asciibitform2-0/+0
PowerShell ISE saves to UTF-16 BE by default. git doesn't diff this properly. Diffs should now display properly.
2012-06-02Added two PE tools and updated Readmebitform2-0/+0
Added: Get-DllLoadPath, Get-PEArchitecture Updated: Readme to reflect new additions