Age | Commit message (Expand) | Author |
2022-12-29 | Refactor Makefiles to exclude GTK on demand. | Cyrille Bagard |
2022-08-18 | Handle the Python Global Interpreter Lock with more care. | Cyrille Bagard |
2022-05-29 | Rely on the new "--embed" switch to link the Python extension/interpreter plu... | Cyrille Bagard |
2022-05-27 | Keep only one definition of _PyGObject_API. | Cyrille Bagard |
2021-09-26 | Provide a serialization capability for operands. | 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-12-05 | Rewritten the whole API dealing with panels. | Cyrille Bagard |
2020-06-07 | Reorganized the operands behaving like proxies. | Cyrille Bagard |
2020-05-28 | Fixed several memory leaks. | Cyrille Bagard |
2020-05-25 | Fixed an uninitialized variable usage. | 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 | Extended the documentation for the SymIterator Python class. | Cyrille Bagard |
2020-05-18 | Updated the Python API for string symbols. | Cyrille Bagard |
2020-05-17 | Updated the plugin system and its Python documentation. | Cyrille Bagard |
2020-05-12 | Described the Python API for binary portions. | Cyrille Bagard |
2020-05-11 | Updated the API for buffer caches. | Cyrille Bagard |
2020-04-19 | Updated the interface for flat formats. | 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-03-15 | Provided a way to analyze a binary format without performing disassembling. | Cyrille Bagard |
2020-03-01 | Given some priority to Elf PLT entries during the disassembly process. | Cyrille Bagard |
2020-02-04 | Updated copyright headers. | Cyrille Bagard |
2020-01-15 | Reorganized the architecture operands. | Cyrille Bagard |
2020-01-08 | Fixed the link between native and Python locations. | Cyrille Bagard |
2020-01-05 | Refreshed the Python documentation for the demanglers. | Cyrille Bagard |
2020-01-03 | Used a Python enumeration for verbosity levels. | Cyrille Bagard |
2019-10-01 | Extended the Python API for database items. | Cyrille Bagard |
2019-08-18 | Prepared an improved Python documentation. | Cyrille Bagard |
2019-08-15 | Cosmetics. | Cyrille Bagard |
2019-08-15 | Changed the order of arguments for the Python symbol constructor. | Cyrille Bagard |
2019-08-15 | Introduced binary symbol subclassing from Python. | Cyrille Bagard |
2019-08-14 | Updated the Python bindings for binary symbols. | Cyrille Bagard |
2019-08-14 | Fixed a copy/paste bug. | Cyrille Bagard |
2019-08-13 | Used a Python enumeration for the binary symbol status. | Cyrille Bagard |
2019-07-21 | Created more converters for Python arguments. | 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-05-12 | Simplified the way processors are registered. | Cyrille Bagard |
2019-02-07 | Rewritten some Python instance allocation functions. | Cyrille Bagard |
2019-02-05 | Fixed a huge number of memory leaks. | Cyrille Bagard |
2019-01-31 | Extended the Python API for symbols. | Cyrille Bagard |
2019-01-30 | Extended the APIs available for formats (both native and Python). | Cyrille Bagard |
2019-01-21 | Provided a way to register new available processors from Python. | Cyrille Bagard |
2019-01-04 | Handled non null-terminated strings | Cyrille Bagard |
2018-12-13 | Renamed the function registering C constant values into Python objects. | Cyrille Bagard |
2018-12-12 | Registered basic Python objects in the features namespace. | Cyrille Bagard |