aboutsummaryrefslogtreecommitdiff
path: root/ReverseEngineering/Get-ILDisassembly.ps1
AgeCommit message (Collapse)AuthorFilesLines
2014-01-19Capstone module now incorporates framework 2.0RC1mattifestation1-1/+1
* I also moved the contents of Get-CSDisassembly.ps1 into Capstone.psm1
2013-11-13Normalized all scripts to ASCII encodingmattifestation1-1/+1
2013-11-07Get-ILDisassembly now accepts ConstructorInfo objectsmattifestation1-3/+4
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.