Age | Commit message (Collapse) | Author | Files | Lines |
|
* I also moved the contents of Get-CSDisassembly.ps1 into Capstone.psm1
|
|
|
|
|
|
* 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.
|
|
Output from Get-ILDisassembly is slightly cleaner.
|
|
|
|
* 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.
|