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