Age | Commit message (Expand) | Author |
2015-09-20 | Defined one unique type to handle binaries. | Cyrille Bagard |
2015-09-19 | Extended the prototype for matching formats in order to get it suitable for p... | Cyrille Bagard |
2015-09-11 | Created an interface from the original GBinContent object. | Cyrille Bagard |
2015-09-01 | Added a welcome panel as plugin using Python. | Cyrille Bagard |
2015-08-27 | Redefined and improved the load process for Python plugins. | Cyrille Bagard |
2015-08-12 | Improved the python plugin code. | Cyrille Bagard |
2015-08-12 | Extended the loading process of binary formats to prepare the DWARF support. | Cyrille Bagard |
2015-07-24 | Replaced all remaining raw accesses to binary contents with the GBinContent w... | Cyrille Bagard |
2015-07-18 | Forbidden a missing header. | Cyrille Bagard |
2015-07-17 | Updated the Python bindings. | Cyrille Bagard |
2015-07-16 | Used the binary contents a little bit more. | Cyrille Bagard |
2015-07-14 | Moved the project information into the analysis domain. | Cyrille Bagard |
2015-07-12 | Cleaned the code handling binary symbols. | Cyrille Bagard |
2015-07-12 | Only given access to instructions from a processor. | Cyrille Bagard |
2015-07-12 | Defined AIF_RETURN_POINT to replace the previous 'return' accessors. | Cyrille Bagard |
2015-05-11 | Provided a way to look for ROP gadgets in binary code. | Cyrille Bagard |
2015-05-06 | Displayed a tooltip for strings or code symbols in buffer views. | Cyrille Bagard |
2015-04-30 | Fixed implicit declarations of functions causing crashes. | Cyrille Bagard |
2015-04-25 | Included a new plugin to mark calls to exit() functions as return points. | Cyrille Bagard |
2015-03-29 | Used real virtual addresses when describing ELF items. | Cyrille Bagard |
2015-03-28 | Provided readelf features as an external plugin. | Cyrille Bagard |
2015-02-25 | Provided tweaks about positions when looking for address coordinates. | Cyrille Bagard |
2015-02-22 | Created a dialog box to select an entry point to display. | Cyrille Bagard |
2015-02-16 | Added a basic support for Mobicore truslets. | Cyrille Bagard |
2015-02-11 | Registered all the supported formats in the system code. | Cyrille Bagard |
2015-02-09 | Registered all the supported processors in the system code. | Cyrille Bagard |
2015-01-26 | Begun to rewrite the whole plugins system. | Cyrille Bagard |
2014-08-18 | Inserted storages and collections into loaded binaries (first steps). | Cyrille Bagard |
2014-08-16 | Improved the code for handling vmpa_t definitions. | Cyrille Bagard |
2014-07-22 | Used in the right way some features of GLib classes in the GUI code. | Cyrille Bagard |
2014-07-10 | Fully rewritten the core configuration system. | Cyrille Bagard |
2014-06-25 | Given a name and a description for binaries, not always based on a filenames. | Cyrille Bagard |
2014-06-25 | Built the first steps to upgrade to Python3. | Cyrille Bagard |
2014-06-03 | Disabled all accesses to GTK3 from Python. | Cyrille Bagard |
2014-05-29 | Removed the warnings from automake by replacing the deprecated 'INCLUDES' by ... | Cyrille Bagard |
2014-04-28 | Updated all copyright headers. | Cyrille Bagard |
2014-01-02 | Fixed major issues with wrong Python refcounting. | Cyrille Bagard |
2013-08-20 | Fixed a bug: do not create links between routines. | Cyrille Bagard |
2013-06-13 | Fixed Elf format support. | Cyrille Bagard |
2013-03-19 | Defined the first steps towards new graph renderings. | Cyrille Bagard |
2013-03-01 | Fixed GCC warnings. | Cyrille Bagard |
2013-02-02 | Closed some switch cases with a 'break' keyword. | Cyrille Bagard |
2013-01-31 | Saved the first steps of switch instructions decompilation. | Cyrille Bagard |
2013-01-26 | Provided some debug helpers as plugin samples. | Cyrille Bagard |
2013-01-20 | Restored a fully functional access to the log panel. | Cyrille Bagard |
2012-12-29 | Fixed an error about types of instructions and some GCC warnings. | Cyrille Bagard |
2012-12-28 | Created Python objects for the GtkBlockView widgets and fixed some bugs. | Cyrille Bagard |
2012-12-21 | Deleted old useless files. | Cyrille Bagard |
2012-12-21 | Resolved relative addresses for routines and fixed bugs related to PyGObjects... | Cyrille Bagard |
2012-12-21 | Unloaded loaded plugins and (started to) avoid memory leaks. | Cyrille Bagard |