diff options
author | mattifestation <mattgraeber@gmail.com> | 2014-07-10 19:28:47 -0400 |
---|---|---|
committer | mattifestation <mattgraeber@gmail.com> | 2014-07-10 19:28:47 -0400 |
commit | b43429dd3c825afec633dde00a9e69dc00811ec9 (patch) | |
tree | cb398a63f1c33b03b7fc0ad342722248edf074c5 | |
parent | 225fbfbc868610f203898121dacdceab29795d11 (diff) | |
download | PowerSploit-b43429dd3c825afec633dde00a9e69dc00811ec9.tar.gz PowerSploit-b43429dd3c825afec633dde00a9e69dc00811ec9.zip |
Removed required module statement from Capstone
-rw-r--r-- | Capstone/Capstone.psm1 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Capstone/Capstone.psm1 b/Capstone/Capstone.psm1 index 6f55c1e..6507c54 100644 --- a/Capstone/Capstone.psm1 +++ b/Capstone/Capstone.psm1 @@ -1,5 +1,3 @@ -#Requires -Modules Capstone - function Get-CSDisassembly { <# |