Skip to content

Commit

Permalink
Binding.README
Browse files Browse the repository at this point in the history
  • Loading branch information
FuzzySecurity committed Nov 3, 2016
1 parent a7f8a4f commit af38ecc
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions bindings/powershell/README
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
# Usage

Invoke-Capstone is ready for use, there are two options to access the capstone library from PowerShell:

* Script dot sourcing:
* Script dot sourcing:

PS C:\> . .\Invoke-Capstone.ps1

* PowerShell module directories:
* Adding the script to one of the PowerShell module directories:

# Global PSModulePath path
%Windir%\System32\WindowsPowerShell\v1.0\Modules

# User PSModulePath path
%UserProfile%\Documents\WindowsPowerShell\Modules

# Global PSModulePath path
%Windir%\System32\WindowsPowerShell\v1.0\Modules
# Notes

# User PSModulePath path
%UserProfile%\Documents\WindowsPowerShell\Modules
Invoke-Capstone drops the Capstone DLL, x32/64 respectively, to the user's temporary folder the first time it runs.

0 comments on commit af38ecc

Please sign in to comment.