summaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
2009-08-09Reorganized the way formats are handled (Java and PE got disabled, Dwarf is e...Cyrille Bagard
2009-07-19Encapsulated all recognized variables in the stack using a new plugin (need t...Cyrille Bagard
2009-07-18Computed the end of routines with no limit.Cyrille Bagard
2009-07-15Restored the routine address resolution.Cyrille Bagard
2009-07-14Restored the code loading the ELF relocations.Cyrille Bagard
2009-06-30Tried to fix a bug in 'jle' relative address computing.Cyrille Bagard
2009-06-30Fixed a copy/paste mistake about the type of a 'jle' link.Cyrille Bagard
2009-06-30Added a few extra opcodes: imul, jle, movsx and movzx.Cyrille Bagard
2009-06-16Made links between lines of code (x86 only).Cyrille Bagard
2009-06-08Refreshed the panel dealing with found symbols.Cyrille Bagard
2009-06-08Supported more x86 opcodes.Cyrille Bagard
2009-05-31Supported a new architecture (MIPS).Cyrille Bagard
2009-05-24Supported nine extra x86 opcodes.Cyrille Bagard
2009-05-18Fixed various bugs in the last commit.Cyrille Bagard
2009-05-17Used only the new format of processor/instructions/operands for x86.Cyrille Bagard
2009-05-11Reorganized the way the program is built again and added partial support for ...Cyrille Bagard
2009-05-11Changed the way the program is built.Cyrille Bagard
2009-04-29Supported more x86 opcodes.Cyrille Bagard
2009-04-25Saved the current work on plugins.Cyrille Bagard
2009-04-12Created a debugging layout and introduced a heavier use of GLib.Cyrille Bagard
2009-03-15Avoided to crash when analysing crackmes such as grainne.Cyrille Bagard
2009-03-14Turned off lots of warnings by using the _GNU_SOURCE compliance.Cyrille Bagard
2009-03-04Added a line type for binary code display.Cyrille Bagard
2008-12-23Supported more add opcodes: 0x03 and fixed 0x01.Cyrille Bagard
2008-12-20Added two extra opcodes: sub (0x2c and 0x2d).Cyrille Bagard
2008-11-16Took care of signed immediate values as well as unsigned ones.Cyrille Bagard
2008-11-10Shown/hidden virtual addresses / binary code.Cyrille Bagard
2008-10-30Displayed all found strings on binary loading.Cyrille Bagard
2008-10-29Do not relied on section names anymore.Cyrille Bagard
2008-10-27Extended the current opcode support (0x01, 0x72, 0x73, 0x88, 0xd3, 0xf7, 0xfc...Cyrille Bagard
2008-10-26Completed support of the 0x81 and 0xc1 opcodes.Cyrille Bagard
2008-10-20Registered all found strings in binaries.Cyrille Bagard
2008-10-19Registered symbols found in the PLT.Cyrille Bagard
2008-09-20Centralized all the code used to decode instructions.Cyrille Bagard
2008-09-16Added a 'x86_' to all functions decoding opcodes.Cyrille Bagard
2008-09-14Made the program able to disassemble a simple binary completely.Cyrille Bagard
2008-09-11Provided capabilities to resolve symbols for given addresses.Cyrille Bagard
2008-09-09Supported the 'moffs' type of operand.Cyrille Bagard
2008-09-08Handled four kinds of the 'test' opcode.Cyrille Bagard
2008-09-06Better handled the case where decoding fails.Cyrille Bagard
2008-09-06Added more support for lea and push opcodes.Cyrille Bagard
2008-08-31Loaded complex content using the SIB byte.Cyrille Bagard
2008-08-03Read registers from the ModR/M encoding.Cyrille Bagard
2008-08-01Handled the 'leave' and 'ret' opcodes.Cyrille Bagard
2008-07-31Handled the virtual offset and fixed the operand-size overriding.Cyrille Bagard
2008-07-29Loaded the executable part of an ELF file.Cyrille Bagard
2008-07-27Fixed a bug when reading immediate values.Cyrille Bagard
2008-07-27Supported new x86 opcodes (nop and mov).Cyrille Bagard
2008-07-26Parsed x86 binary data and displayed the result.Cyrille Bagard