Age | Commit message (Expand) | Author |
2014-06-25 | Built the first steps to upgrade to Python3. | 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-04-07 | Relied on Cairo for printing code. | Cyrille Bagard |
2014-03-20 | Created the first steps for a distributed storage. | Cyrille Bagard |
2013-12-29 | Added forgotten definitions and updates. | Cyrille Bagard |
2013-08-13 | Fixed a bug: stop on return when searching for loops. | Cyrille Bagard |
2013-06-13 | Fixed Elf format support. | Cyrille Bagard |
2013-06-08 | Removed all usages of gdk_threads_enter()/gdk_threads_leave() in the status bar. | Cyrille Bagard |
2013-03-19 | Defined the first steps towards new graph renderings. | Cyrille Bagard |
2013-02-24 | Fixed a bug in loops detection. | Cyrille Bagard |
2013-02-24 | Refined comparisons decompilation and fixed some bugs. | Cyrille Bagard |
2013-02-10 | Improved the disassembling process by handling loops in code. | Cyrille Bagard |
2013-02-05 | Rewritten many parts of the process which cut code into basic blocks. | Cyrille Bagard |
2013-02-03 | Added more options to render braces (or not) around decompiled blocks. | 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-27 | Reduced the quantity of used variables in decompiled code. | Cyrille Bagard |
2013-01-26 | Provided some debug helpers as plugin samples. | Cyrille Bagard |
2013-01-20 | Took care of shared allocations between blocks when converting registers. | Cyrille Bagard |
2013-01-17 | Forked the decompilation context when needed. | Cyrille Bagard |
2013-01-14 | Cleaned the context used for decompilations. | Cyrille Bagard |
2013-01-13 | Defined the registers allocation needs for each basic block. | Cyrille Bagard |
2013-01-10 | Simplified the decompilation process by using links between basic blocks. | Cyrille Bagard |
2013-01-09 | Fixed immediates output by defining a default column for rendering codes. | Cyrille Bagard |
2013-01-09 | Restored some parts of the decompilation process using the new basic blocks. | Cyrille Bagard |
2013-01-05 | Refined the definition of basic blocks and used them to build extra clusters ... | Cyrille Bagard |
2013-01-01 | Fixed the computing of basic blocks and used them in graphic views. | Cyrille Bagard |
2012-12-21 | Resolved relative addresses for routines and fixed bugs related to PyGObjects... | Cyrille Bagard |
2012-12-18 | Fixed a bug when the binary loading fails. | Cyrille Bagard |
2012-12-18 | Created a proper panel for the Android permissions in the editor. | Cyrille Bagard |
2012-12-16 | Reintroduced the delayed disassembling of binaries. | Cyrille Bagard |
2012-12-12 | Updated display of graphical views on option change and fixed size bugs. | 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-28 | Followed the excution flow to decompile instructions. | Cyrille Bagard |
2012-11-25 | Fortified Chrysalide a little bit against wrong APK files. | Cyrille Bagard |
2012-11-22 | Replaced the text of some registers (this and parameters). | 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-11-02 | Improved the computing and the rendering of the graphic view. | Cyrille Bagard |
2012-10-16 | Fixed many bugs using valgrind. | Cyrille Bagard |
2012-10-16 | Properly output routines documentation. | Cyrille Bagard |
2012-10-12 | Reorganized types definitions. | 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-07-29 | Updated all decompiled instructions using right pseudo registers. | Cyrille Bagard |
2012-07-23 | Improved decompilation of Dalvik bytecode. | Cyrille Bagard |