From 5bca2c30875ff36e8dbbc0676148a5354b71ae41 Mon Sep 17 00:00:00 2001 From: mattifestation Date: Sat, 4 Jan 2014 07:54:06 -0500 Subject: [PATCH] Updated usage documentation --- Capstone/{Usage.md => README} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename Capstone/{Usage.md => README} (83%) diff --git a/Capstone/Usage.md b/Capstone/README similarity index 83% rename from Capstone/Usage.md rename to 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.