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 /PowerSploit.psd1 | |
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 'PowerSploit.psd1')
-rw-r--r-- | PowerSploit.psd1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PowerSploit.psd1 b/PowerSploit.psd1 index 54156d2..049c491 100644 --- a/PowerSploit.psd1 +++ b/PowerSploit.psd1 @@ -79,6 +79,7 @@ ModuleList = @( @{ModuleName = 'PowerSploit'; ModuleVersion = '1.0.0.0'; GUID = @{ModuleName = 'ReverseEngineering'; ModuleVersion = '1.0.0.0'; GUID = 'cbffaf47-c55a-4901-92e7-8d794fbe1fff'}, @{ModuleName = 'ScriptModification'; ModuleVersion = '1.0.0.0'; GUID = 'a4d86266-b39b-437a-b5bb-d6f99aa6e610'}, @{ModuleName = 'Persistence'; ModuleVersion = '1.0.0.0'; GUID = '633d0f10-a056-41da-869d-6d2f75430195'} + @{ModuleName = 'Capstone'; ModuleVersion = '1.0.0.0'; GUID = 'bc335667-02fd-46c4-a3d9-0a5113c9c03b'} ) # List of all files packaged with this module |