index
:
chrysalide.git
gtk4
master
Chrysalide - Reverse Engineering Factory
Cyrille Bagard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
x86
/
op_jump.c
Age
Commit message (
Expand
)
Author
2010-08-16
Supported several extra x86 instructions.
Cyrille Bagard
2010-08-01
Deleted the 'AsmOperandSize' definition and set the x86 minimal instruction s...
Cyrille Bagard
2009-10-07
Created a function to load n x86 operands and supported extra x86 opcodes.
Cyrille Bagard
2009-10-04
Supported extra x86 opcodes. Fixed a bug with two-byte opcodes.
Cyrille Bagard
2009-06-30
Added a few extra opcodes: imul, jle, movsx and movzx.
Cyrille Bagard
2009-05-31
Supported a new architecture (MIPS).
Cyrille Bagard
2009-05-17
Used only the new format of processor/instructions/operands for x86.
Cyrille Bagard
2009-04-12
Created a debugging layout and introduced a heavier use of GLib.
Cyrille Bagard
2008-10-27
Extended the current opcode support (0x01, 0x72, 0x73, 0x88, 0xd3, 0xf7, 0xfc...
Cyrille Bagard
2008-10-19
Registered symbols found in the PLT.
Cyrille Bagard
2008-09-20
Centralized all the code used to decode instructions.
Cyrille Bagard
2008-09-16
Added a 'x86_' to all functions decoding opcodes.
Cyrille Bagard
2008-09-14
Made the program able to disassemble a simple binary completely.
Cyrille Bagard