Age | Commit message (Expand) | Author |
---|---|---|
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 |