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
/
loop.c
Age
Commit message (
Expand
)
Author
2015-10-15
Detected loops as introduced in the book "Compilers: Principles, Techniques, ...
Cyrille Bagard
2015-10-07
Introduced code coverages to reduce search time.
Cyrille Bagard
2015-10-06
Optimized loop detections using bit fields.
Cyrille Bagard
2015-07-12
Defined AIF_RETURN_POINT to replace the previous 'return' accessors.
Cyrille Bagard
2015-04-16
Fixed some bugs in the basic blocks building.
Cyrille Bagard
2015-04-05
Fixed various bugs in the graph layout.
Cyrille Bagard
2015-04-04
Detected loops in disassembled instructions once again.
Cyrille Bagard
2014-12-16
Created operands for resolving symbols in disassembly code.
Cyrille Bagard
2014-04-28
Updated all copyright headers.
Cyrille Bagard
2013-08-13
Fixed a bug: stop on return when searching for loops.
Cyrille Bagard
2013-06-08
Removed all usages of gdk_threads_enter()/gdk_threads_leave() in the status bar.
Cyrille Bagard
2013-02-24
Fixed a bug in loops detection.
Cyrille Bagard
2013-02-10
Improved the disassembling process by handling loops in code.
Cyrille Bagard