blob: 33b0f7822c7f6d1325b95d95b0aa8cdd5c5d9a91 [file] [log] [blame]
Invoke-Capstone is ready for use, there are two options to access the capstone library from PowerShell:
* Script dot sourcing:
PS C:\> . .\Invoke-Capstone.ps1
* PowerShell module directories:
# Global PSModulePath path
%Windir%\System32\WindowsPowerShell\v1.0\Modules
# User PSModulePath path
%UserProfile%\Documents\WindowsPowerShell\Modules