aboutsummaryrefslogtreecommitdiff
path: root/Capstone/Capstone.psd1
diff options
context:
space:
mode:
authormattifestation <mattgraeber@gmail.com>2013-12-26 19:30:41 -0500
committermattifestation <mattgraeber@gmail.com>2013-12-26 19:30:41 -0500
commit7009f92ef3673dda56203d2cb6398e91900415c7 (patch)
tree6f2b9199d8f68d3419540234eda5f92d4b92e642 /Capstone/Capstone.psd1
parent7157507d99ec82e50cb9e8aff48abfd548a227b4 (diff)
downloadPowerSploit-7009f92ef3673dda56203d2cb6398e91900415c7.tar.gz
PowerSploit-7009f92ef3673dda56203d2cb6398e91900415c7.zip
Major update to Capstone disassembly module
* Refactor of C# capstone binding * Now compatible in 32 and 64-bit PowerShell
Diffstat (limited to 'Capstone/Capstone.psd1')
-rw-r--r--Capstone/Capstone.psd13
1 files changed, 0 insertions, 3 deletions
diff --git a/Capstone/Capstone.psd1 b/Capstone/Capstone.psd1
index 6632558..5da5a94 100644
--- a/Capstone/Capstone.psd1
+++ b/Capstone/Capstone.psd1
@@ -24,9 +24,6 @@ PowerShellVersion = '3.0'
# Minimum version of the common language runtime (CLR) required by this module
CLRVersion = '4.0'
-# Processor architecture (None, X86, Amd64) required by this module
-ProcessorArchitecture = 'Amd64'
-
# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = 'lib/capstone.dll'