From 5fede76351dd5a182f4ff88d4db4b7eeaeacbb98 Mon Sep 17 00:00:00 2001 From: mattifestation Date: Sun, 19 Jan 2014 13:56:32 -0500 Subject: Capstone module now incorporates framework 2.0RC1 * I also moved the contents of Get-CSDisassembly.ps1 into Capstone.psm1 --- ReverseEngineering/Get-ILDisassembly.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ReverseEngineering') diff --git a/ReverseEngineering/Get-ILDisassembly.ps1 b/ReverseEngineering/Get-ILDisassembly.ps1 index f2022e3..6948919 100644 --- a/ReverseEngineering/Get-ILDisassembly.ps1 +++ b/ReverseEngineering/Get-ILDisassembly.ps1 @@ -198,7 +198,7 @@ http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-335.pdf $Instruction = @{ Position = $InstructionPostion - Instruction = $Op.Name + Instruction = $Op Operand = $Operand MetadataToken = $OpInt } -- cgit v1.2.3