Releases: Recoskie/core
X86-64 Disassembler.
Supports Mnemonics for all first byte operations, Except the X87-FPU.
*Bug Fixes
relative position fixed for jump and call instructions
XCHG EAX,EAX is now NOP
*Decode Algorithm Improved
*Added Instruction address display and instruction Hex Display.
The variable ShowInstructionHex is set false if you do not want the Hex code for the instruction to be shown.
The variable ShowInstructionPos is set false if you do not care about the address positions of the instructions.
*does not support decoding for Tow Byte instructions yet.
X86-64 Disassembler.
Supports Mnemonics for all first byte operations, Except the X87-FPU.
*Supports all of the Prefixes.
X86-64 Disassembler.
Supports Mnemonics for all first byte operations, Except the X87-FPU.
*Added in the REX prefix.
X86-64 Disassembler.
Version one. This is Something I actually started tow years back when I was working on my Microsoft exe decoder.
X86-64 Disassembler.
Supports Mnemonics for all first byte operations, Except the X87-FPU.
X86-64 Disassembler.
Version 1.1 Just cleaned up the decode algorithm and simplified it.