Skip to content
This repository was archived by the owner on Jan 21, 2021. It is now read-only.

Commit 5bca2c3

Browse files
author
mattifestation
committed
Updated usage documentation
1 parent c3cea2f commit 5bca2c3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Capstone/Usage.md renamed to Capstone/README

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
This module has two dependencies:
2-
* lib\libcapstone.dll (the 64-bit unmanaged Capstone library)
1+
This module has three dependencies:
2+
* lib\x86\libcapstone.dll (the 32-bit unmanaged Capstone library)
3+
* lib\x64\libcapstone.dll (the 64-bit unmanaged Capstone library)
34
* lib\capstone.dll (the managed C# bindings to the Capstone Framework)
45

56
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.

0 commit comments

Comments
 (0)