Skip to content

Releases: Recoskie/core

X86-64 Disassembler.

03 Nov 14:21
Compare
Choose a tag to compare

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.

01 Nov 23:23
Compare
Choose a tag to compare
X86-64 Disassembler. Pre-release
Pre-release

Supports Mnemonics for all first byte operations, Except the X87-FPU.

*Supports all of the Prefixes.

X86-64 Disassembler.

23 Oct 01:30
Compare
Choose a tag to compare
X86-64 Disassembler. Pre-release
Pre-release

Supports Mnemonics for all first byte operations, Except the X87-FPU.

*Added in the REX prefix.

X86-64 Disassembler.

21 Oct 06:13
Compare
Choose a tag to compare
Version one.

This is Something I actually started tow years back when I was working on my Microsoft exe decoder.

X86-64 Disassembler.

21 Oct 16:30
Compare
Choose a tag to compare
X86-64 Disassembler. Pre-release
Pre-release

Supports Mnemonics for all first byte operations, Except the X87-FPU.

X86-64 Disassembler.

21 Oct 08:49
Compare
Choose a tag to compare
X86-64 Disassembler. Pre-release
Pre-release
Version 1.1

Just cleaned up the decode algorithm and simplified it.