index
:
chrysalide.git
gtk4
master
Chrysalide - Reverse Engineering Factory
Cyrille Bagard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
decomp
Age
Commit message (
Expand
)
Author
2016-05-02
Fixed some Makefiles in order to be able to run 'make dist'.
Cyrille Bagard
2014-05-29
Removed the warnings from automake by replacing the deprecated 'INCLUDES' by ...
Cyrille Bagard
2014-04-28
Updated all copyright headers.
Cyrille Bagard
2013-02-24
Refined comparisons decompilation and fixed some bugs.
Cyrille Bagard
2013-02-05
Rewritten many parts of the process which cut code into basic blocks.
Cyrille Bagard
2013-02-03
Added more options to render braces (or not) around decompiled blocks.
Cyrille Bagard
2013-02-02
Closed some switch cases with a 'break' keyword.
Cyrille Bagard
2013-01-31
Saved the first steps of switch instructions decompilation.
Cyrille Bagard
2013-01-27
Reduced the quantity of used variables in decompiled code.
Cyrille Bagard
2013-01-27
Implemented the first steps for visiting or replacing items in decompiled ins...
Cyrille Bagard
2013-01-20
Took care of shared allocations between blocks when converting registers.
Cyrille Bagard
2013-01-17
Forked the decompilation context when needed.
Cyrille Bagard
2013-01-14
Cleaned the context used for decompilations.
Cyrille Bagard
2013-01-10
Simplified the decompilation process by using links between basic blocks.
Cyrille Bagard
2013-01-09
Restored some parts of the decompilation process using the new basic blocks.
Cyrille Bagard
2013-01-05
Refined the definition of basic blocks and used them to build extra clusters ...
Cyrille Bagard
2012-12-11
Fixed/improved the computing of buffer lines cached dimensions.
Cyrille Bagard
2012-11-28
Followed the excution flow to decompile instructions.
Cyrille Bagard
2012-10-16
Skipped documentation when computing line widths for rendering.
Cyrille Bagard
2012-10-16
Properly output routines documentation.
Cyrille Bagard
2012-10-12
Reorganized types definitions.
Cyrille Bagard
2012-07-29
Updated all decompiled instructions using right pseudo registers.
Cyrille Bagard
2012-07-23
Improved decompilation of Dalvik bytecode.
Cyrille Bagard
2012-07-14
Limited all routines using code from binary.c.
Cyrille Bagard
2012-07-14
Indented the output of decompilations.
Cyrille Bagard
2012-03-25
Scrolled to the selected symbol.
Cyrille Bagard
2010-12-20
Begun to clean the code by moving the disassembling process into disass/.
Cyrille Bagard
2010-12-12
Created an instruction for the 'If Then Else' blocks.
Cyrille Bagard
2010-12-02
Decompiled more Dex instructions (const and return).
Cyrille Bagard
2010-12-02
Improved the rendering of decompiled Dex code.
Cyrille Bagard
2010-11-12
Changed the display of the pseudo registers by using an index.
Cyrille Bagard
2010-11-11
Built some expressions for the decompilation tree.
Cyrille Bagard
2010-11-06
Defined the entry point for decompilations.
Cyrille Bagard