index
:
chrysalide.git
gtk4
master
Chrysalide - Reverse Engineering Factory
Cyrille Bagard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
elf
/
symbols.c
Age
Commit message (
Expand
)
Author
2021-04-05
Build a partial working support for the PE format.
Cyrille Bagard
2020-05-21
Changed the hierarchy of format objects.
Cyrille Bagard
2020-03-01
Given some priority to Elf PLT entries during the disassembly process.
Cyrille Bagard
2020-02-18
Relocated the raw instructions.
Cyrille Bagard
2020-02-15
Identified Elf imported symbols without waiting for the end of disassembling.
Cyrille Bagard
2020-02-12
Refreshed the code registering Elf entry points.
Cyrille Bagard
2020-02-09
Hardened the renaming of Elf external entries.
Cyrille Bagard
2020-02-08
Counted Elf symbols using the DT_GNU_HASH dynamic item.
Cyrille Bagard
2020-02-04
Updated copyright headers.
Cyrille Bagard
2019-08-14
Updated the Python bindings for binary symbols.
Cyrille Bagard
2019-03-25
Avoided stack overflows with empty dynamic parameters.
Cyrille Bagard
2019-02-05
Fixed a huge number of memory leaks.
Cyrille Bagard
2019-01-22
Fixed run sizes of parallel jobs.
Cyrille Bagard
2018-07-08
Cleaned the demangling system.
Cyrille Bagard
2018-07-04
Updated the API for building symbol labels.
Cyrille Bagard
2018-06-04
Defined the number of threads to run from a centralized function.
Cyrille Bagard
2018-05-19
Handled special values in ELF arrays properly (as stated in comments).
Cyrille Bagard
2018-04-22
Used the provided work group while loading ELF formats.
Cyrille Bagard
2018-04-05
Changed Foobar to Chrysalide in all GPL headers.
Cyrille Bagard
2018-04-02
Removed lots of uninitialized uses, mostly in NDEBUG mode.
Cyrille Bagard
2018-02-16
Extended the ELF format support.
Cyrille Bagard
2018-01-30
Moved the mangling related code.
Cyrille Bagard
2018-01-29
Introduced specific operations for ELF architectures.
Cyrille Bagard
2018-01-29
Handled properly imported/exported ELF symbols, as well as all other symbols.
Cyrille Bagard
2018-01-13
Handled the logs from the GUI, the command line and the Python bindings.
Cyrille Bagard
2017-12-08
Introduced the symbol visibility.
Cyrille Bagard
2017-10-01
Defined the ELF support as plugin.
Cyrille Bagard