summaryrefslogtreecommitdiff
path: root/src/arch/dalvik
AgeCommit message (Expand)Author
2015-10-01Rewritten the whole support of DEX file format.Cyrille Bagard
2015-09-11Created an interface from the original GBinContent object.Cyrille Bagard
2015-02-16Added a basic support for Mobicore truslets.Cyrille Bagard
2015-01-24Introduced conditional calls in instruction definition rules.Cyrille Bagard
2014-12-25Cleaned all the code for immediate operands.Cyrille Bagard
2014-12-04Provided a new way to build the full name of each instruction and cached it.Cyrille Bagard
2014-11-24Cleaned operands, using class functions and destructors.Cyrille Bagard
2014-10-06Got prepared to disassemble some ARMv7 instructions.Cyrille Bagard
2014-10-01Prepared the ground for the ARMv7 architecture.Cyrille Bagard
2014-08-05Defined the first steps for a new disassembling approach.Cyrille Bagard
2014-07-31Improved the way code is decoded by avoiding to propagate the base address ev...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-05Rewritten many parts of the process which cut code into basic blocks.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-20Fixed some GCC warnings.Cyrille Bagard
2013-01-20Took care of shared allocations between blocks when converting registers.Cyrille Bagard
2013-01-17Forked the decompilation context when needed.Cyrille Bagard
2013-01-14Cleaned the context used for decompilations.Cyrille Bagard
2013-01-09Restored some parts of the decompilation process using the new basic blocks.Cyrille Bagard
2012-12-04Listed accesses to registers.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-11-13Optimized the decoding of Dalvik opcodes.Cyrille Bagard
2012-11-13Improved the flow graph a little more.Cyrille Bagard
2012-11-11Registered the remaining instructions for a full Dalvik opcodes support.Cyrille Bagard
2012-11-06Fixed graphs by adding some missing Dalvik return opcodes.Cyrille Bagard
2012-11-05Removed the old interface for rendering lines.Cyrille Bagard
2012-11-02Improved the computing and the rendering of the graphic view.Cyrille Bagard
2012-10-18Reorganized the code for the x86 architecture support.Cyrille Bagard
2012-10-16Fixed many bugs using valgrind.Cyrille Bagard
2012-10-12Reorganized types definitions.Cyrille Bagard
2012-08-03Supported all kinds of add/sub/mul opcodes.Cyrille Bagard
2012-07-29Updated all decompiled instructions using right pseudo registers.Cyrille Bagard
2012-07-23Improved decompilation of Dalvik bytecode.Cyrille Bagard
2012-03-25Scrolled to the selected symbol.Cyrille Bagard
2012-03-07Printed raw types, fields and methods when rendering the disassembled code.Cyrille Bagard
2012-03-05Printed the string values of the Dex pool in the operand rendering.Cyrille Bagard
2012-01-01Updated copyright dates.Cyrille Bagard
2011-12-27Added support for more Dalvik opcodes.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
2011-10-05Supported a few more Dalvik opcodes.Cyrille Bagard
2010-12-21Redefined all existing kinds of Dalvik operands in a proper way.Cyrille Bagard