summaryrefslogtreecommitdiff
path: root/src/analysis/decomp/decompiler.c
AgeCommit message (Expand)Author
2018-08-07Removed old code used for decompilation.Cyrille Bagard
2018-06-28Replaced all calls to the old API dealing with routine location.Cyrille Bagard
2018-04-05Changed Foobar to Chrysalide in all GPL headers.Cyrille Bagard
2017-05-14Begun to clean the symbol interface.Cyrille Bagard
2016-12-31Updated all copyrights.Cyrille Bagard
2016-11-03Counted references for each provided binary format.Cyrille Bagard
2016-11-03Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.Cyrille Bagard
2015-02-09Registered all the supported processors in the system code.Cyrille Bagard
2014-08-05Defined the first steps for a new disassembling approach.Cyrille Bagard
2014-04-28Updated all copyright headers.Cyrille Bagard
2013-02-24Refined comparisons decompilation and fixed some bugs.Cyrille Bagard
2013-02-03Added more options to render braces (or not) around decompiled blocks.Cyrille Bagard
2013-01-27Reduced the quantity of used variables in decompiled code.Cyrille Bagard
2013-01-20Took care of shared allocations between blocks when converting registers.Cyrille Bagard
2013-01-14Cleaned the context used for decompilations.Cyrille Bagard
2013-01-09Fixed immediates output by defining a default column for rendering codes.Cyrille Bagard
2013-01-09Restored some parts of the decompilation process using the new basic blocks.Cyrille Bagard
2013-01-05Refined the definition of basic blocks and used them to build extra clusters ...Cyrille Bagard
2012-12-08Cut instructions flow into blocks (to be continued).Cyrille Bagard
2012-11-28Followed the excution flow to decompile instructions.Cyrille Bagard
2012-08-12Cleaned the code and handled file binaries properly.Cyrille Bagard
2012-08-03Loaded the permissions used by an APK file.Cyrille Bagard
2012-07-29Updated all decompiled instructions using right pseudo registers.Cyrille Bagard
2012-07-08Fixed the display of code source.Cyrille Bagard
2010-12-20Begun to clean the code by moving the disassembling process into disass/.Cyrille Bagard
2010-12-02Improved the rendering of decompiled Dex code.Cyrille Bagard
2010-11-14Loaded source file from Dex classes.Cyrille Bagard
2010-11-11Built some expressions for the decompilation tree.Cyrille Bagard
2010-11-06Defined the entry point for decompilations.Cyrille Bagard