You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 21, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: Capstone/README
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff 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)
3
4
* lib\capstone.dll (the managed C# bindings to the Capstone Framework)
4
5
5
6
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