summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-08-09Reorganized the way formats are handled (Java and PE got disabled, Dwarf is e...Cyrille Bagard
2009-07-31Processed disassembling in a dedicated thread.Cyrille Bagard
2009-07-26Moved the openida_binary structure to a GOpenidaBinary GLib object.Cyrille Bagard
2009-07-26Cleaned and improved the drawing of the block view.Cyrille Bagard
2009-07-20Added a menu to create new projects.Cyrille Bagard
2009-07-19Fixed a bug: be sure to have a registered "binview" object at startup.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-15Fixed the ending line of graphic views.Cyrille Bagard
2009-07-15Restored the routine address resolution.Cyrille Bagard
2009-07-15Stored several destinations for each line when needed.Cyrille Bagard
2009-07-15Fixed bugs/mistakes of previous commits.Cyrille Bagard
2009-07-14Restored the code loading the ELF relocations.Cyrille Bagard
2009-07-14Loaded the last project at startup.Cyrille Bagard
2009-07-12Read and saved projects from and into XML files.Cyrille Bagard
2009-07-04Improved the link lines management.Cyrille Bagard
2009-07-04Defined general rendering options using a GLib object.Cyrille Bagard
2009-07-01Made the lines to have different rendering widths depending on the views.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-30Built graphic links from the flow of the code blocks.Cyrille Bagard
2009-06-28Improved Graphviz coordinates.Cyrille Bagard
2009-06-28Drawn a border around the views when needed.Cyrille Bagard
2009-06-28Drawn graphic links between the different blocks of code.Cyrille Bagard
2009-06-25Used Graphviz library for building graphs (first attempt).Cyrille Bagard
2009-06-16Made links between lines of code (x86 only).Cyrille Bagard
2009-06-14Fixed a mistake in the previous commit.Cyrille Bagard
2009-06-14Stored the size of the routines (x86 only).Cyrille Bagard
2009-06-14Cleaned and improved the binary views ; implemented some first steps for the ...Cyrille Bagard
2009-06-13Typo.Cyrille Bagard
2009-06-13Restored the drawing of pictures on the lines.Cyrille Bagard
2009-06-13Made the GUI offer to change the view of the current analyzed binary.Cyrille Bagard
2009-06-08Refreshed the panel dealing with found symbols.Cyrille Bagard
2009-06-08Supported more x86 opcodes.Cyrille Bagard
2009-06-07Typo.Cyrille Bagard
2009-06-01Provided found MIPS routines.Cyrille Bagard
2009-06-01Changed the old bin_routine structure to a GBinRoutine GObject.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-29Saved the current work on the overjump plugin.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-04-05Added the missing macros.h file.Cyrille Bagard
2009-04-05Managed double linked lists in a more powerful way.Cyrille Bagard