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
/
disass
/
macro.c
Age
Commit message (
Expand
)
Author
2016-04-02
Handled all routines disassembling processing in one place.
Cyrille Bagard
2016-01-10
Produced temporary code to handle routines without code.
Cyrille Bagard
2015-07-12
Defined AIF_RETURN_POINT to replace the previous 'return' accessors.
Cyrille Bagard
2015-06-12
Improved loading speed with binary search of sorted arrays.
Cyrille Bagard
2015-05-05
Fixed a bug when creating natural execution flows.
Cyrille Bagard
2015-04-25
Registered suitable linkage hooks and defined right links between instructions.
Cyrille Bagard
2015-04-16
Fixed some bugs in the basic blocks building.
Cyrille Bagard
2015-04-01
Fixed the definition of inner blocks by cutting at the right starting position.
Cyrille Bagard
2015-03-31
Saved some progress in the definition of basic blocks.
Cyrille Bagard
2015-03-21
Restored a limited but working version of basic blocks definitions.
Cyrille Bagard
2015-03-11
Updated and improved without testing the old cutting of routines into blocks.
Cyrille Bagard
2015-02-03
Removed all references to binary parts (GBinPart) and updated the code.
Cyrille Bagard
2014-04-28
Updated all copyright headers.
Cyrille Bagard
2013-06-08
Removed all usages of gdk_threads_enter()/gdk_threads_leave() in the status bar.
Cyrille Bagard
2013-02-10
Improved the disassembling process by handling loops in code.
Cyrille Bagard
2013-02-05
Rewritten many parts of the process which cut code into basic 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-26
Provided some debug helpers as plugin samples.
Cyrille Bagard
2013-01-20
Took care of shared allocations between blocks when converting registers.
Cyrille Bagard
2013-01-10
Simplified the decompilation process by using links between basic blocks.
Cyrille Bagard
2013-01-05
Refined the definition of basic blocks and used them to build extra clusters ...
Cyrille Bagard
2013-01-01
Fixed the computing of basic blocks and used them in graphic views.
Cyrille Bagard
2012-12-18
Created a proper panel for the Android permissions in the editor.
Cyrille Bagard
2012-12-08
Cut instructions flow into blocks (to be continued).
Cyrille Bagard