summaryrefslogtreecommitdiff
path: root/src/decomp
AgeCommit message (Collapse)Author
2014-05-29Removed the warnings from automake by replacing the deprecated 'INCLUDES' by ↵Cyrille Bagard
'AM_CPPFLAGS'. git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@374 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2014-04-28Updated all copyright headers.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@373 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2013-02-24Refined comparisons decompilation and fixed some bugs.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@340 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2013-02-05Rewritten many parts of the process which cut code into basic blocks.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@338 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2013-02-03Added more options to render braces (or not) around decompiled blocks.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@337 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2013-02-02Closed some switch cases with a 'break' keyword.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@336 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2013-01-31Saved the first steps of switch instructions decompilation.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@335 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2013-01-27Reduced the quantity of used variables in decompiled code.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@332 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2013-01-27Implemented the first steps for visiting or replacing items in decompiled ↵Cyrille Bagard
instructions. git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@331 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2013-01-20Took care of shared allocations between blocks when converting registers.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@326 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2013-01-17Forked the decompilation context when needed.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@325 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2013-01-14Cleaned the context used for decompilations.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@324 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2013-01-10Simplified the decompilation process by using links between basic blocks.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@322 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2013-01-09Restored some parts of the decompilation process using the new basic blocks.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@320 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2013-01-05Refined the definition of basic blocks and used them to build extra clusters ↵Cyrille Bagard
for dot. git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@317 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2012-12-11Fixed/improved the computing of buffer lines cached dimensions.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@300 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2012-11-28Followed the excution flow to decompile instructions.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@293 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2012-10-16Skipped documentation when computing line widths for rendering.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@270 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2012-10-16Properly output routines documentation.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@268 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2012-10-12Reorganized types definitions.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@267 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2012-07-29Updated all decompiled instructions using right pseudo registers.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@253 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2012-07-23Improved decompilation of Dalvik bytecode.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@252 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2012-07-14Limited all routines using code from binary.c.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@250 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2012-07-14Indented the output of decompilations.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@249 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2012-03-25Scrolled to the selected symbol.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@241 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2010-12-20Begun to clean the code by moving the disassembling process into disass/.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@202 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2010-12-12Created an instruction for the 'If Then Else' blocks.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@201 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2010-12-02Decompiled more Dex instructions (const and return).Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@197 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2010-12-02Improved the rendering of decompiled Dex code.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@196 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2010-11-12Changed the display of the pseudo registers by using an index.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@192 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2010-11-11Built some expressions for the decompilation tree.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@190 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2010-11-06Defined the entry point for decompilations.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@189 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a