aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormattifestation <mattgraeber@gmail.com>2013-12-22 12:46:39 -0500
committermattifestation <mattgraeber@gmail.com>2013-12-22 12:46:39 -0500
commit7157507d99ec82e50cb9e8aff48abfd548a227b4 (patch)
tree9797f99805fbfaa02e641c7eed5cdbef9fea9c15 /README.md
parent46baff5ef25ebdbdb7ac32f0c1f592dbd76e3245 (diff)
downloadPowerSploit-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.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 004d4af..fbb0be2 100644
--- a/README.md
+++ b/README.md
@@ -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.**