summaryrefslogtreecommitdiff
path: root/src/arch/dalvik/decomp
AgeCommit message (Expand)Author
2016-11-03Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.Cyrille Bagard
2016-05-02Fixed some Makefiles in order to be able to run 'make dist'.Cyrille Bagard
2015-10-01Rewritten the whole support of DEX file format.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
2013-02-24Refined comparisons decompilation and fixed some bugs.Cyrille Bagard
2013-02-02Closed some switch cases with a 'break' keyword.Cyrille Bagard
2013-01-31Saved the first steps of switch instructions decompilation.Cyrille Bagard
2013-01-27Reduced the quantity of used variables in decompiled code.Cyrille Bagard
2013-01-21Fixed a little bug with source/destination operands of XXX/2addr instructions.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
2012-11-28Followed the excution flow to decompile instructions.Cyrille Bagard
2012-11-25Fortified Chrysalide a little bit against wrong APK files.Cyrille Bagard
2012-10-12Reorganized types definitions.Cyrille Bagard
2012-07-29Updated all decompiled instructions using right pseudo registers.Cyrille Bagard
2012-07-23Improved decompilation of Dalvik bytecode.Cyrille Bagard
2012-01-01Updated copyright dates.Cyrille Bagard
2011-12-26Reorganized the Dalvik architecture.Cyrille Bagard