forked from capstone-engine/capstone
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reworked according to the module in Keystone
- Loading branch information
1 parent
b9f38ed
commit a75752b
Showing
8 changed files
with
248 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
@{ | ||
# Script module or binary module file associated with this manifest. | ||
ModuleToProcess = 'Capstone.psm1' | ||
|
||
# Version number of this module. | ||
ModuleVersion = '0.0.0.1' | ||
|
||
# ID used to uniquely identify this module | ||
GUID = 'd34db33f-9958-436d-a2d8-a77844a2bda5' | ||
|
||
# Author of this module | ||
Author = 'Ruben Boonen' | ||
|
||
# Copyright statement for this module | ||
Copyright = 'BSD 3-Clause' | ||
|
||
# Description of the functionality provided by this module | ||
Description = 'Capstone Engine Binding Module' | ||
|
||
# Minimum version of the Windows PowerShell engine required by this module | ||
PowerShellVersion = '2.0' | ||
|
||
# Functions to export from this module | ||
FunctionsToExport = '*' | ||
} |
Oops, something went wrong.