diff options
-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. |