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
/
gtkext
/
gtkstatusstack.c
Age
Commit message (
Collapse
)
Author
2017-08-28
Used a GtkStack widget to display the editor status information.
Cyrille Bagard
2017-03-19
Provided initial features for debugging using GDB.
Cyrille Bagard
2016-12-31
Updated all copyrights.
Cyrille Bagard
2016-12-31
Updated the progress bar only when needed.
Cyrille Bagard
2016-12-29
Cut binary data into several areas using all the available CPUs and less memory.
Cyrille Bagard
2016-12-12
Applied some code refactoring to remove usages of GBinFormat in favor of ↵
Cyrille Bagard
GExeFormat.
2016-11-03
Counted references for each provided binary format.
Cyrille Bagard
2016-11-03
Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.
Cyrille Bagard
2016-09-21
Added weak symbols in the Python bindings in case of standalone usage.
Cyrille Bagard
2016-08-06
Defined initial content and size for the status bar.
Cyrille Bagard
2016-05-30
Resolved a suitable symbol depending on the request tolerance.
Cyrille Bagard
2016-05-19
Loaded the ELF internal symbols using all the available CPUs.
Cyrille Bagard
2016-04-29
Fixed various usages of uninitialised memory.
Cyrille Bagard
2016-04-03
Kept the user informed about the instructions printing status.
Cyrille Bagard
2016-04-03
Reorganized the whole disassembling process and displayed the relative ↵
Cyrille Bagard
progression.
2016-03-27
Added a section in the status bar to display activity progress.
Cyrille Bagard
2016-02-10
Marked the location information as not reset anymore before updating the ↵
Cyrille Bagard
displayed status.
2016-02-02
Given a chance to the caret to get defined before getting drawn.
Cyrille Bagard
2015-12-28
Defined layers to register all kinds of binary portions.
Cyrille Bagard
2015-12-16
Built a new improved status bar for instructions information.
Cyrille Bagard