aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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.**