aboutsummaryrefslogtreecommitdiff
path: root/Capstone/Capstone.psm1
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 /Capstone/Capstone.psm1
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 'Capstone/Capstone.psm1')
-rw-r--r--Capstone/Capstone.psm11
1 files changed, 1 insertions, 0 deletions
diff --git a/Capstone/Capstone.psm1 b/Capstone/Capstone.psm1
new file mode 100644
index 0000000..81d3818
--- /dev/null
+++ b/Capstone/Capstone.psm1
@@ -0,0 +1 @@
+Get-ChildItem (Join-Path $PSScriptRoot *.ps1) | % { . $_.FullName}