Age | Commit message (Expand) | Author |
2024-11-24 | Rename the function used to find section range by name. | Cyrille Bagard |
2024-11-23 | Refine the root binary portion during format analysis. | Cyrille Bagard |
2024-11-23 | Restore more features for formats. | Cyrille Bagard |
2024-11-15 | Restore a skeleton of support for file formats. | Cyrille Bagard |
2024-11-13 | Prepare class renaming (GBinFormat -> GProgramFormat). | Cyrille Bagard |
2023-09-10 | Tune the compilation using flags instead of a config file. | Cyrille Bagard |
2022-12-29 | Refactor Makefiles to exclude GTK on demand. | Cyrille Bagard |
2022-09-05 | Typo. | Cyrille Bagard |
2022-08-17 | Disable the extra data storage inside the GObject structure. | Cyrille Bagard |
2022-02-21 | Define the first steps towards format serialization. | Cyrille Bagard |
2021-09-26 | Provide a serialization capability for operands. | Cyrille Bagard |
2021-08-14 | Improve the object padding exploitation for operands. | Cyrille Bagard |
2021-06-01 | Improve the code quality by renaming the type for packed buffers. | Cyrille Bagard |
2021-04-05 | Build a partial working support for the PE format. | Cyrille Bagard |
2021-04-05 | Moved PE code with its history. | Cyrille Bagard |
2021-04-05 | Restored raw support for the PE file format. | Cyrille Bagard |
2021-01-09 | Changed some installation paths and included a pkgconfig configuration. | Cyrille Bagard |
2020-09-07 | Rewritten some code managing comments. | Cyrille Bagard |
2020-07-27 | Replaced all BLC_* constants by the new DLC_* values. | Cyrille Bagard |
2020-07-26 | Avoided fixed columns when filling lines with locations. | Cyrille Bagard |
2020-07-14 | Typo. | Cyrille Bagard |
2020-06-07 | Reorganized the operands behaving like proxies. | Cyrille Bagard |
2020-05-21 | Written a proper documentation for the binary format Python bindings. | Cyrille Bagard |
2020-05-21 | Changed the hierarchy of format objects. | Cyrille Bagard |
2020-05-19 | Improved the use of the known format object. | Cyrille Bagard |
2020-05-18 | Updated the Python API for string symbols. | Cyrille Bagard |
2020-04-19 | Updated the interface for flat formats. | Cyrille Bagard |
2020-04-18 | Taken into account the potential absence of demangler in the symbol panel. | Cyrille Bagard |
2020-04-13 | Avoided to look for syscalls in a kernel binary. | Cyrille Bagard |
2020-04-12 | Improved support of type prefix for symbols. | Cyrille Bagard |
2020-04-09 | Created extra flags for binary symbols. | Cyrille Bagard |
2020-04-09 | Compressed the size of the symbol structures. | Cyrille Bagard |
2020-03-01 | Given some priority to Elf PLT entries during the disassembly process. | Cyrille Bagard |
2020-02-15 | Identified Elf imported symbols without waiting for the end of disassembling. | Cyrille Bagard |
2020-02-14 | Fixed a bug when registering a group of symbols. | Cyrille Bagard |
2020-02-04 | Updated copyright headers. | Cyrille Bagard |
2020-01-27 | Created a huge optimization for the Dex format loading. | Cyrille Bagard |
2019-11-11 | Extended the Python bindings. | Cyrille Bagard |
2019-08-14 | Updated the Python bindings for binary symbols. | Cyrille Bagard |
2019-07-20 | Marked some Dex strings as structural. | Cyrille Bagard |
2019-07-07 | Added support for Android boot images. | Cyrille Bagard |
2019-02-05 | Fixed a huge number of memory leaks. | Cyrille Bagard |
2019-02-03 | Fixed various memory leaks. | Cyrille Bagard |
2019-01-30 | Extended the APIs available for formats (both native and Python). | Cyrille Bagard |
2019-01-04 | Handled non null-terminated strings | Cyrille Bagard |
2018-12-08 | Compared symbols using their location only to prevent duplicated symbols. | Cyrille Bagard |
2018-12-07 | Moved some core features into plugins. | Cyrille Bagard |
2018-12-07 | Created signals for format symbol handling. | Cyrille Bagard |
2018-11-27 | Removed support for the PE file format. | Cyrille Bagard |
2018-11-27 | Logged loaded formats. | Cyrille Bagard |