summaryrefslogtreecommitdiff
path: root/src/arch/dalvik/Makefile.am
AgeCommit message (Expand)Author
2016-12-12Removed most of the code related to non-working decompilation.Cyrille Bagard
2016-11-27Saved memory space by sharing arch GObjects.Cyrille Bagard
2016-10-14Handled Dalvik simple switch cases without fallthrough.Cyrille Bagard
2016-05-02Fixed some Makefiles in order to be able to run 'make dist'.Cyrille Bagard
2016-04-24Handled hooks and rules in Dalvik opcodes definitions.Cyrille Bagard
2016-02-10Included indications to load the proper pool constants in Dalvik operands.Cyrille Bagard
2016-02-01Defined all Dalvik instructions to get generated by d2c.Cyrille Bagard
2014-05-29Removed the warnings from automake by replacing the deprecated 'INCLUDES' by ...Cyrille Bagard
2011-12-26Reorganized the Dalvik architecture.Cyrille Bagard
2011-12-25Supported a few more shl-related opcodes.Cyrille Bagard
2011-12-23Decoded Dalvik pseudo-instructions properly.Cyrille Bagard
2011-10-12Processed skipped instructions and used contexts.Cyrille Bagard
2010-12-21Redefined all existing kinds of Dalvik operands in a proper way.Cyrille Bagard
2010-12-12Created an instruction for the 'If Then Else' blocks.Cyrille Bagard
2010-12-02Decompiled more Dex instructions (const and return).Cyrille Bagard
2010-11-11Built some expressions for the decompilation tree.Cyrille Bagard
2010-06-27Fixed many bugs with the branch targets and supported one sub opcode.Cyrille Bagard
2010-06-20Supported more Dalvik opcodes.Cyrille Bagard
2010-05-23Supported extra Dalvik opcodes.Cyrille Bagard
2010-05-19Added support for a few more Dalvik instructions.Cyrille Bagard
2010-05-13Supported Dalvik VM / DEX (partially).Cyrille Bagard