aboutsummaryrefslogtreecommitdiff
path: root/ReverseEngineering/Get-ILDisassembly.format.ps1xml
AgeCommit message (Collapse)AuthorFilesLines
2014-11-16Moving all RE functionality to PowerShellArsenalmattifestation1-46/+0
https://github.com/mattifestation/PowerShellArsenal PowerSploit will now stay true to its roots of being a purely offensive PowerShell module.
2013-11-13Normalized all scripts to ASCII encodingmattifestation1-2/+2
2013-11-07Get-ILDisassembly now displays metadata tokens.mattifestation1-0/+6
* 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-0/+40
Output from Get-ILDisassembly is slightly cleaner.