Skip to content

X86-64 Disassembler.

Compare
Choose a tag to compare
@Recoskie Recoskie released this 03 Nov 14:21
· 263 commits to master since this release

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.