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
/
analysis
/
decomp
/
il.c
Age
Commit message (
Expand
)
Author
2015-06-12
Improved loading speed with binary search of sorted arrays.
Cyrille Bagard
2014-04-28
Updated all copyright headers.
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-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-13
Defined the registers allocation needs for each basic block.
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
2012-12-08
Cut instructions flow into blocks (to be continued).
Cyrille Bagard
2012-11-28
Followed the excution flow to decompile instructions.
Cyrille Bagard