aboutsummaryrefslogtreecommitdiff
path: root/ReverseEngineering/Get-ILDisassembly.ps1
AgeCommit message (Collapse)AuthorFilesLines
2013-11-07Get-ILDisassembly now displays metadata tokens.mattifestation1-1/+3
* Having metadata tokens displayed in output helps with reverse engineering because you can pass metadata tokens to System.Reflection.Module.ResolveMember and then easily interact with the member in question. * I also fixed a bug when displaying integer constants. I wasn't doing an endian swap.
2013-08-17Added ps1xml file for Get-ILDisassemblyMatt Graeber1-1/+4
Output from Get-ILDisassembly is slightly cleaner.
2013-01-21Consistency improvements in comment-based helpbitform1-1/+3
2013-01-19Renamed RE_Tools. Now ReverseEngineering modulebitform1-0/+207
* I renamed RE_Tools to ReverseEngineering and made it a module. * Slight consistency modifications were made to documentation. * This is one step in the process of modularizing all of PowerSploit.