aboutsummaryrefslogtreecommitdiff
path: root/PE_Tools/Get-DllLoadPath.ps1
AgeCommit message (Collapse)AuthorFilesLines
2012-07-22Added Get-PEHeader. PETools is now a module.bitform1-181/+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-Clausebitform1-1/+1
Fixed some spelling errors in README. Added additional usage information
2012-06-07Converted all ps1 files from UTF-16 BE to Asciibitform1-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 Readmebitform1-0/+0
Added: Get-DllLoadPath, Get-PEArchitecture Updated: Readme to reflect new additions