• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1@{
2# Script module or binary module file associated with this manifest.
3ModuleToProcess = 'Capstone.psm1'
4
5# Version number of this module.
6ModuleVersion = '0.0.0.1'
7
8# ID used to uniquely identify this module
9GUID = 'd34db33f-9958-436d-a2d8-a77844a2bda5'
10
11# Author of this module
12Author = 'Ruben Boonen'
13
14# Copyright statement for this module
15Copyright = 'BSD 3-Clause'
16
17# Description of the functionality provided by this module
18Description = 'Capstone Engine Binding Module'
19
20# Minimum version of the Windows PowerShell engine required by this module
21PowerShellVersion = '2.0'
22
23# Functions to export from this module
24FunctionsToExport = '*'
25}
26