diff options
| author | mattifestation <mattgraeber@gmail.com> | 2014-01-04 07:54:06 -0500 |
|---|---|---|
| committer | mattifestation <mattgraeber@gmail.com> | 2014-01-04 07:54:06 -0500 |
| commit | 5bca2c30875ff36e8dbbc0676148a5354b71ae41 (patch) | |
| tree | 133ee63b9db35db29bcc821ef2e854d0bd14440b | |
| parent | c3cea2fb6115bad0d1c6be140a5891062a27c7e1 (diff) | |
| download | PowerSploit-5bca2c30875ff36e8dbbc0676148a5354b71ae41.tar.gz PowerSploit-5bca2c30875ff36e8dbbc0676148a5354b71ae41.zip | |
Updated usage documentation
| -rw-r--r-- | Capstone/README (renamed from Capstone/Usage.md) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Capstone/Usage.md b/Capstone/README index 8276ef6..cbab0cb 100644 --- a/Capstone/Usage.md +++ b/Capstone/README @@ -1,5 +1,6 @@ -This module has two dependencies: -* lib\libcapstone.dll (the 64-bit unmanaged Capstone library) +This module has three dependencies: +* lib\x86\libcapstone.dll (the 32-bit unmanaged Capstone library) +* lib\x64\libcapstone.dll (the 64-bit unmanaged Capstone library) * lib\capstone.dll (the managed C# bindings to the Capstone Framework) To install this module, drop the entire ScriptModification folder into one of your module directories. The default PowerShell module paths are listed in the $Env:PSModulePath environment variable. |