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 /Capstone/Capstone.psm1 | |
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 'Capstone/Capstone.psm1')
-rw-r--r-- | Capstone/Capstone.psm1 | 1 |
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} |