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
/
block.c
Age
Commit message (
Expand
)
Author
2023-09-10
Tune the compilation using flags instead of a config file.
Cyrille Bagard
2022-12-29
Refactor Makefiles to exclude GTK on demand.
Cyrille Bagard
2020-02-04
Updated copyright headers.
Cyrille Bagard
2019-03-04
Provided access to the graph layout from Python.
Cyrille Bagard
2019-02-15
Displayed tooltips for graph view edges.
Cyrille Bagard
2019-02-05
Fixed a huge number of memory leaks.
Cyrille Bagard
2019-01-15
Provided functions to compare links between code blocks.
Cyrille Bagard
2019-01-14
Looked for code blocks by any contained address.
Cyrille Bagard
2019-01-13
Provided uncached code block links.
Cyrille Bagard
2018-11-18
Extended the Python bindings dealing with code blocks.
Cyrille Bagard
2018-08-08
Updated some object destruction processes.
Cyrille Bagard
2018-08-08
Defined a new kind of code blocks.
Cyrille Bagard
2018-04-05
Changed Foobar to Chrysalide in all GPL headers.
Cyrille Bagard
2016-12-31
Updated all copyrights.
Cyrille Bagard
2016-11-03
Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.
Cyrille Bagard
2015-04-06
Done some refactoring in order to make the code more GObject-friendly.
Cyrille Bagard
2015-04-04
Updated the disassembling process order and defined ranks for basic routines.
Cyrille Bagard
2014-04-28
Updated all copyright headers.
Cyrille Bagard
2013-02-02
Closed some switch cases with a 'break' keyword.
Cyrille Bagard
2013-01-26
Provided some debug helpers as plugin samples.
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
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-08
Cut instructions flow into blocks (to be continued).
Cyrille Bagard