Age | Commit message (Expand) | Author |
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 |
2012-12-18 | Created a proper panel for the Android permissions in the editor. | Cyrille Bagard |
2012-12-12 | Allowed classes which derive from GObject to receive arguments in their const... | Cyrille Bagard |
2012-12-10 | Took care of Dalvik switch cases. | Cyrille Bagard |
2012-12-08 | Cut instructions flow into blocks (to be continued). | Cyrille Bagard |
2012-11-25 | Fortified Chrysalide a little bit against wrong APK files. | Cyrille Bagard |
2012-11-22 | Removed forgot debug code. | Cyrille Bagard |
2012-11-22 | Replaced the text of some registers (this and parameters). | Cyrille Bagard |
2012-11-22 | Rewritten parts of the Android plugin to insert indications about exceptions. | Cyrille Bagard |
2012-11-20 | Fixed some links to Dalvik exception handlers. | Cyrille Bagard |
2012-11-19 | Handled Dalvik exception handlers in the graphic view. | Cyrille Bagard |
2012-11-05 | Removed the old interface for rendering lines. | Cyrille Bagard |
2012-10-17 | Removed a lot of gcc warnings. | Cyrille Bagard |
2012-10-16 | Fixed many bugs using valgrind. | Cyrille Bagard |
2012-10-12 | Reorganized types definitions. | Cyrille Bagard |
2012-10-08 | Added pictures to the list of Android permissions. | Cyrille Bagard |
2012-09-17 | Fixed a bug when splitting panels. | Cyrille Bagard |
2012-09-15 | Shown all Android permissions with links to the code. | Cyrille Bagard |
2012-08-12 | Cleaned the code and handled file binaries properly. | Cyrille Bagard |
2012-08-06 | Saved progress toward the Android permissions display. | Cyrille Bagard |
2012-08-03 | Loaded the permissions used by an APK file. | Cyrille Bagard |
2012-03-17 | Created the 'pychrysa' Python plugin from the 'pyoida' one. | Cyrille Bagard |
2012-03-05 | Printed the string values of the Dex pool in the operand rendering. | Cyrille Bagard |
2012-02-18 | Retrieved the frames stack from the running process. | Cyrille Bagard |
2012-02-17 | Listed all running threads using Python. | Cyrille Bagard |
2012-02-01 | Provided a debug module for Python plugins using the PyGObject API. | Cyrille Bagard |
2012-02-01 | Provided interfaces to use debuggers in plugins. | Cyrille Bagard |
2012-01-11 | Defined new panel definitions for the editor GUI. | Cyrille Bagard |
2012-01-01 | Updated copyright dates. | Cyrille Bagard |
2011-12-25 | Installed the plugin for APK files. | Cyrille Bagard |
2011-10-12 | Processed skipped instructions and used contexts. | Cyrille Bagard |
2011-10-01 | Defined the first real [python] plugin. | Cyrille Bagard |
2010-11-11 | Built some expressions for the decompilation tree. | Cyrille Bagard |
2010-05-17 | Given more details for each operand relative to one DEX pool. | Cyrille Bagard |
2010-04-11 | Cleaned the code by removing all references to the old GtkTextBuffer usage. | Cyrille Bagard |
2010-04-05 | Created a plugin to follow the control. | Cyrille Bagard |