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