From 7157507d99ec82e50cb9e8aff48abfd548a227b4 Mon Sep 17 00:00:00 2001 From: mattifestation Date: Sun, 22 Dec 2013 12:46:39 -0500 Subject: Added Capstone Engine PowerShell binding Consider this to be an alpha release until the C# binding is published. --- Capstone/Get-CSDisassembly.format.ps1xml | 41 ++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 Capstone/Get-CSDisassembly.format.ps1xml (limited to 'Capstone/Get-CSDisassembly.format.ps1xml') diff --git a/Capstone/Get-CSDisassembly.format.ps1xml b/Capstone/Get-CSDisassembly.format.ps1xml new file mode 100644 index 0000000..e9703a2 --- /dev/null +++ b/Capstone/Get-CSDisassembly.format.ps1xml @@ -0,0 +1,41 @@ + + + + + InstructionView + + Capstone.Instruction + + + + + + + + + + + + + + + + + + + Address + 0x{0:X8} + + + Mnemonic + + + Operands + + + + + + + + \ No newline at end of file -- cgit v1.2.3