summaryrefslogtreecommitdiff
path: root/plugins/elf
AgeCommit message (Collapse)Author
2023-09-10Tune the compilation using flags instead of a config file.Cyrille Bagard
2023-05-22Rely on GObject-introspection implementation for some registrations.Cyrille Bagard
2022-12-29Refactor Makefiles to exclude GTK on demand.Cyrille Bagard
2021-04-17Remove hardcoded run paths from libraries.Cyrille Bagard
2021-04-05Build a partial working support for the PE format.Cyrille Bagard
2021-01-09Changed some installation paths and included a pkgconfig configuration.Cyrille Bagard
2020-10-04Registered ELF constants for the Python bindings in the right way.Cyrille Bagard
2020-05-28Saved the first steps for a new loading process.Cyrille Bagard
2020-05-21Changed the hierarchy of format objects.Cyrille Bagard
2020-05-18Updated the Python API for string symbols.Cyrille Bagard
2020-05-18Renamed the [Py]StructObject.Cyrille Bagard
2020-04-04Simplified the plugin interface.Cyrille Bagard
2020-03-15Improved the Python API for ELF dynamic items.Cyrille Bagard
2020-03-01Given some priority to Elf PLT entries during the disassembly process.Cyrille Bagard
2020-02-18Discarded the "@plt" suffix for Elf external functions.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-08Recognized more combinations for ELF R_ARM_JUMP_SLOT PLT entries.Cyrille Bagard
2020-02-08Counted Elf symbols using the DT_GNU_HASH dynamic item.Cyrille Bagard
2020-02-04Updated copyright headers.Cyrille Bagard
2020-01-04Refreshed the Python documentation for the core features.Cyrille Bagard
2019-08-14Updated the Python bindings for binary symbols.Cyrille Bagard
2019-07-21Created more converters for Python arguments.Cyrille Bagard
2019-07-07Typo.Cyrille Bagard
2019-03-26Given the priority to string.h from system includes.Cyrille Bagard
2019-03-25Avoided stack overflows with empty dynamic parameters.Cyrille Bagard
2019-03-23Removed references to local sources if required.Cyrille Bagard
2019-02-07Fixed extra GObjects leaks.Cyrille Bagard
2019-02-05Fixed a huge number of memory leaks.Cyrille Bagard
2019-02-04Added an option to drop Python support at compilation time.Cyrille Bagard
2019-01-22Fixed run sizes of parallel jobs.Cyrille Bagard
2019-01-03Defined a dynamic type for each plugin.Cyrille Bagard
2018-12-27Extended the Python bindings.Cyrille Bagard
2018-12-13Renamed the function registering C constant values into Python objects.Cyrille Bagard
2018-11-18Allowed to attach debug information to formats.Cyrille Bagard
2018-09-18Removed the old way to load binaries.Cyrille Bagard
2018-09-18Updated the API used to load binary contents.Cyrille Bagard
2018-09-06Fixed possible UAFs when adding symbols.Cyrille Bagard
2018-08-31Changed the location of installed plugins.Cyrille Bagard
2018-08-30Fixed some Python method signatures.Cyrille Bagard
2018-08-18Removed a useless cast in the Python bindings.Cyrille Bagard
2018-08-16Reorganized the Python plugin code.Cyrille Bagard
2018-08-02Introduced symbols dedicated to strings.Cyrille Bagard
2018-07-19Set Itanium as default demangler for ELF.Cyrille Bagard
2018-07-08Cleaned the demangling system.Cyrille Bagard
2018-07-04Updated the API for building symbol labels.Cyrille Bagard
2018-06-28Limited ELF section name lengths as it is done for segment names.Cyrille Bagard
2018-06-25Removed a useless header.Cyrille Bagard