summaryrefslogtreecommitdiff
path: root/src/analysis
AgeCommit message (Expand)Author
2010-06-01Registered all found DEX routines.Cyrille Bagard
2010-05-17Given more details for each operand relative to one DEX pool.Cyrille Bagard
2010-05-13Supported Dalvik VM / DEX (partially).Cyrille Bagard
2010-04-18Defined attributes for printing binary content using GLib.Cyrille Bagard
2010-04-18Improved the Itanium demangler.Cyrille Bagard
2010-04-11Cleaned the code by removing all references to the old GtkTextBuffer usage.Cyrille Bagard
2010-04-11Provided a faster than GTK display buffer.Cyrille Bagard
2010-04-05Created a plugin to follow the control.Cyrille Bagard
2010-03-31Implemented first steps to a Python plugins support.Cyrille Bagard
2010-03-28Made the g_rendering_options_new() function simple.Cyrille Bagard
2010-03-21Allowed a simple export of an assembly content.Cyrille Bagard
2010-02-22Avoided crashes when loading unrecognized files.Cyrille Bagard
2010-01-02Provided ways to load, save and edit some binary parts selection.Cyrille Bagard
2009-12-13Loaded and saved binary parts.Cyrille Bagard
2009-11-18Saved the current work on binary parts selection.Cyrille Bagard
2009-10-29Fixed bugs and made the binary loading process faster.Cyrille Bagard
2009-09-30Parsed and replaced ModRM operands.Cyrille Bagard
2009-09-20Rewritten the work queue and fixed thread concurrency.Cyrille Bagard
2009-09-19Improved the pyoida module.Cyrille Bagard
2009-09-13Improved the editor window refreshing when several binaries are loaded.Cyrille Bagard
2009-09-08Removed some dead code again.Cyrille Bagard
2009-09-08Removed some dead code.Cyrille Bagard
2009-09-08Restored the previous/original rendering of disassemblies.Cyrille Bagard
2009-09-06Provided some methods to interact with a GDB server.Cyrille Bagard
2009-08-30Provided a clean way to run delayed tasks.Cyrille Bagard
2009-08-30Rendered using the GTK buffer (crappy version).Cyrille Bagard
2009-08-11Improved the loading of several binaries.Cyrille Bagard
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-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-15Stored several destinations for each line when needed.Cyrille Bagard
2009-07-12Read and saved projects from and into XML files.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-30Built graphic links from the flow of the code blocks.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-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-13Restored the drawing of pictures on the lines.Cyrille Bagard
2009-06-08Refreshed the panel dealing with found symbols.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-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