Age | Commit message (Expand) | Author |
2023-09-10 | Tune the compilation using flags instead of a config file. | Cyrille Bagard |
2023-05-24 | Fix some undefined symbols. | Cyrille Bagard |
2023-05-22 | Rely on GObject-introspection implementation for some registrations. | Cyrille Bagard |
2023-05-21 | Delete an extra level of types for the Python bindings instructions. | Cyrille Bagard |
2023-05-21 | Register the preload information class in the Python bindings. | Cyrille Bagard |
2022-12-29 | Refactor Makefiles to exclude GTK on demand. | 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-08-14 | Reorganize the code for immediate operands. | Cyrille Bagard |
2021-08-14 | Improve the object padding exploitation for operands. | Cyrille Bagard |
2021-08-08 | Introduce singletons for operands. | Cyrille Bagard |
2021-01-09 | Changed some installation paths and included a pkgconfig configuration. | Cyrille Bagard |
2020-09-25 | Provided as much information as possible for instruction links in Python. | Cyrille Bagard |
2020-08-22 | Restored the operand display switch feature. | Cyrille Bagard |
2020-08-22 | Defined paths to access to the instruction operands. | Cyrille Bagard |
2020-07-14 | Switched to the new interface registration for Python bindings. | Cyrille Bagard |
2020-06-21 | Deleted dead code. | Cyrille Bagard |
2020-06-21 | Reorganized the code for target operands. | Cyrille Bagard |
2020-06-07 | Simplified code. | Cyrille Bagard |
2020-06-07 | Reorganized the operands behaving like proxies. | Cyrille Bagard |
2020-06-02 | Defined Python extra flags for disassembling errors. | Cyrille Bagard |
2020-06-02 | Extended the Python bindings for disassembling contexts. | Cyrille Bagard |
2020-06-01 | Updated the Python bindings for the GtkDockable interface. | Cyrille Bagard |
2020-05-28 | Typo. | Cyrille Bagard |
2020-05-28 | Updated the Python bindings for targetable operands. | Cyrille Bagard |
2020-05-28 | Fixed several memory leaks. | Cyrille Bagard |
2020-05-28 | Adapted the API for renamed operands. | Cyrille Bagard |
2020-05-21 | Written a proper documentation for the binary format Python bindings. | Cyrille Bagard |
2020-05-19 | Simplified the code by using existing helpers.h | Cyrille Bagard |
2020-05-19 | Improved the use of the known format object. | Cyrille Bagard |
2020-05-04 | Recognized reserved instructions as special cases. | Cyrille Bagard |
2020-05-03 | Defined the missing features required to build operands from Python. | Cyrille Bagard |
2020-04-28 | Extended the Python bindings for registers. | Cyrille Bagard |
2020-04-21 | Deleted obsolete code for dynamic types. | Cyrille Bagard |
2020-04-21 | Redefined the interface for creating new processors from Python. | Cyrille Bagard |
2020-04-19 | Changed the way the key for an architecture is provided. | Cyrille Bagard |
2020-03-01 | Given some priority to Elf PLT entries during the disassembly process. | Cyrille Bagard |
2020-02-29 | Broken ARMv7 basic blocks depending on conditional flags. | Cyrille Bagard |
2020-02-18 | Relocated the raw instructions. | Cyrille Bagard |
2020-02-17 | Relocated the undefined instructions. | Cyrille Bagard |
2020-02-04 | Reduced the size required for register operands. | Cyrille Bagard |
2020-02-04 | Completed the ImmOperand constructor documentation. | Cyrille Bagard |
2020-02-04 | Updated copyright headers. | Cyrille Bagard |
2020-02-04 | Created a new interface for renamed operands. | Cyrille Bagard |
2020-02-02 | Relied on flags for raw instructions. | Cyrille Bagard |
2020-01-30 | Compressed some architecture instruction properties. | 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-03 | Used a Python enumeration for verbosity levels. | Cyrille Bagard |