Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-11-13 | Normalized all scripts to ASCII encoding | mattifestation | 1 | -2/+2 | |
2013-11-07 | Get-ILDisassembly now displays metadata tokens. | mattifestation | 1 | -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-17 | Added ps1xml file for Get-ILDisassembly | Matt Graeber | 1 | -0/+40 | |
Output from Get-ILDisassembly is slightly cleaner. |