summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2015-11-27Fixed binary string format in immediate operands.Cyrille Bagard
2015-11-26Used several threads without lock to disassemble binary code.Cyrille Bagard
2015-10-15Detected loops as introduced in the book "Compilers: Principles, Techniques, ...Cyrille Bagard
2015-10-06Optimized loop detections using bit fields.Cyrille Bagard
2015-09-19Extended the prototype for matching formats in order to get it suitable for p...Cyrille Bagard
2015-09-11Created an interface from the original GBinContent object.Cyrille Bagard
2015-07-22Fortified the client/server protocol and first exchanges.Cyrille Bagard
2015-04-30Recovered from parsing errors against an empty XML file.Cyrille Bagard
2015-02-09Created a dialog box to create new bookmarks.Cyrille Bagard
2015-01-05Ensured the right macro is used (XSTR vs STR).Cyrille Bagard
2014-11-14Rewritten and extended the whole code for the instructions definitions compiler.Cyrille Bagard
2014-10-16Stored a bookmark into the data base and saved the archive.Cyrille Bagard
2014-10-06Got prepared to disassemble some ARMv7 instructions.Cyrille Bagard
2014-08-18Inserted storages and collections into loaded binaries (first steps).Cyrille Bagard
2014-07-31Improved the way code is decoded by avoiding to propagate the base address ev...Cyrille Bagard
2014-07-30Fixed a bug: take into account that realloc() can move the haystack.Cyrille Bagard
2014-07-10Fully rewritten the core configuration system.Cyrille Bagard
2014-05-29Removed the warnings from automake by replacing the deprecated 'INCLUDES' by ...Cyrille Bagard
2014-04-28Updated all copyright headers.Cyrille Bagard
2014-03-20Created the first steps for a distributed storage.Cyrille Bagard
2014-01-13Ensured that a path with directories exists.Cyrille Bagard
2013-12-29Handled Itanium demangling with C code (first part).Cyrille Bagard
2013-08-31Loaded a binary strip into the editor.Cyrille Bagard
2012-12-05Fixed a bug, memory leaks and cleaned the code.Cyrille Bagard
2012-11-19Handled Dalvik exception handlers in the graphic view.Cyrille Bagard
2012-10-17Fixed other gcc warnings.Cyrille Bagard
2012-10-17Updated panels captions again.Cyrille Bagard
2012-09-27Selected segments for highlighting.Cyrille Bagard
2012-01-01Updated copyright dates.Cyrille Bagard
2011-10-01Defined the first real [python] plugin.Cyrille Bagard
2011-07-11Saved improvements of binaries support.Cyrille Bagard
2010-12-31Supported a first basic packet of the Java Debug Wire Protocol.Cyrille Bagard
2010-07-29Improved the GDB client.Cyrille Bagard
2010-06-20Supported more Dalvik opcodes.Cyrille Bagard
2010-06-14Made the program stronger by handling more errors.Cyrille Bagard
2010-05-13Supported Dalvik VM / DEX (partially).Cyrille Bagard
2010-04-18Defined attributes for printing binary content using GLib.Cyrille Bagard
2010-03-31Implemented first steps to a Python plugins support.Cyrille Bagard
2009-12-13Loaded and saved binary parts.Cyrille Bagard
2009-09-19Improved the pyoida module.Cyrille Bagard
2009-09-06Provided some methods to interact with a GDB server.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-12Read and saved projects from and into XML files.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-04-29Saved the current work on the overjump plugin.Cyrille Bagard
2009-04-25Saved the current work on plugins.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