aboutsummaryrefslogtreecommitdiff
path: root/PETools/PETools.psd1
AgeCommit message (Collapse)AuthorFilesLines
2013-11-13Normalized all scripts to ASCII encodingmattifestation1-2/+2
2013-09-29Added Get-LibSymbolsmattifestation1-2/+3
Get-LibSymbols parses Microsoft .lib files and displays decorated and undecorated symbols.
2013-08-17Removing Get-PEArchitectureMatt Graeber1-2/+1
This functionality is present and maintained in Get-PEHeader.
2013-07-09Added Get-ObjDumpMatt Graeber1-2/+3
Get-ObjDump parses and return information about one or more Windows object files. It is similar to dumpbin but it returns objects!
2013-01-20Updated PETools module file listbitform1-1/+1
2013-01-19PETools module doc. consistency improvementsbitform1-0/+88
* Slight consistency modifications were made to documentation. * Added module manifest for PETools