Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-22 | Added Get-PEHeader. PETools is now a module. | bitform | 1 | -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-26 | Changed licensing to BSD 3-Clause | bitform | 1 | -1/+1 | |
Fixed some spelling errors in README. Added additional usage information | |||||
2012-06-07 | Converted all ps1 files from UTF-16 BE to Ascii | bitform | 1 | -0/+0 | |
PowerShell ISE saves to UTF-16 BE by default. git doesn't diff this properly. Diffs should now display properly. | |||||
2012-06-02 | Added two PE tools and updated Readme | bitform | 1 | -0/+0 | |
Added: Get-DllLoadPath, Get-PEArchitecture Updated: Readme to reflect new additions |