diff options
author | mattifestation <mattgraeber@gmail.com> | 2013-12-22 12:46:39 -0500 |
---|---|---|
committer | mattifestation <mattgraeber@gmail.com> | 2013-12-22 12:46:39 -0500 |
commit | 7157507d99ec82e50cb9e8aff48abfd548a227b4 (patch) | |
tree | 9797f99805fbfaa02e641c7eed5cdbef9fea9c15 /README.md | |
parent | 46baff5ef25ebdbdb7ac32f0c1f592dbd76e3245 (diff) | |
download | PowerSploit-7157507d99ec82e50cb9e8aff48abfd548a227b4.tar.gz PowerSploit-7157507d99ec82e50cb9e8aff48abfd548a227b4.zip |
Added Capstone Engine PowerShell binding
Consider this to be an alpha release until the C# binding is published.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -80,6 +80,14 @@ Displays symbolic information from Windows lib files. Returns the path from which Windows will load a Dll for the given executable. +## Capstone + +**A PowerShell binding for the Capstone Engine disassembly framework.** + +#### `Get-CSDisassembly` + +Disassembles a byte array using the Capstone Engine disassembly framework. + ## ReverseEngineering **Tools to aid in reverse engineering.** |