Age | Commit message (Expand) | Author |
2024-05-19 | Restore full featured Python bindings for binary contents. | Cyrille Bagard |
2024-05-17 | Define datatypes.h and move the remaining endianness.[ch] content into io.[ch]. | Cyrille Bagard |
2023-10-09 | Support some last missing features from Kaitai: bit fields, instance search o... | Cyrille Bagard |
2023-09-10 | Tune the compilation using flags instead of a config file. | Cyrille Bagard |
2023-05-21 | Delete an extra level of types for the Python bindings instructions. | Cyrille Bagard |
2022-12-29 | Refactor Makefiles to exclude GTK on demand. | Cyrille Bagard |
2022-08-17 | Disable the extra data storage inside the GObject structure. | Cyrille Bagard |
2021-12-30 | Create generic functions to load and store operands. | Cyrille Bagard |
2021-12-26 | Provide a method to hash all ARMv7 operands. | Cyrille Bagard |
2021-09-26 | Provide a serialization capability for operands. | Cyrille Bagard |
2021-08-24 | Serialize registers when needed. | Cyrille Bagard |
2021-08-21 | Delete an unused "meta" instruction. | Cyrille Bagard |
2021-08-21 | Define all architecture instructions as serializable. | Cyrille Bagard |
2021-08-20 | Prepare architecture processors for serialization. | 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-12 | Connect a factory for operands to all the instructions. | Cyrille Bagard |
2021-08-10 | Prepare all Dalvik operands for a singleton status. | Cyrille Bagard |
2021-08-08 | Introduce singletons for operands. | Cyrille Bagard |
2021-06-01 | Improve the code quality by renaming the type for packed buffers. | Cyrille Bagard |
2021-01-09 | Changed some installation paths and included a pkgconfig configuration. | Cyrille Bagard |
2020-10-20 | Fixed some compilation warnings. | Cyrille Bagard |
2020-09-21 | Defined lock mechanism for buffer caches. | Cyrille Bagard |
2020-08-22 | Defined paths to access to the instruction operands. | Cyrille Bagard |
2020-07-27 | Replaced all BLC_* constants by the new DLC_* values. | Cyrille Bagard |
2020-07-27 | Removed some extra special column indexes. | Cyrille Bagard |
2020-07-26 | Avoided fixed columns when filling lines with locations. | Cyrille Bagard |
2020-07-23 | Renamed some files. | Cyrille Bagard |
2020-07-14 | Typo. | Cyrille Bagard |
2020-06-29 | Included the packed buffers in the Python bindings. | Cyrille Bagard |
2020-06-21 | Reorganized the code for target operands. | Cyrille Bagard |
2020-06-07 | Reorganized the operands behaving like proxies. | Cyrille Bagard |
2020-06-02 | Extended the Python bindings for disassembling contexts. | Cyrille Bagard |
2020-05-28 | Adapted the API for renamed operands. | 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-29 | Improved the documentation of the disassembly cache for Python. | 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-03-01 | Cleaned the instruction flags when requested. | 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-06 | Restored hexadecimal as default rendering for immediate values. | Cyrille Bagard |
2020-02-04 | Reduced the size required for register operands. | Cyrille Bagard |
2020-02-04 | Updated copyright headers. | Cyrille Bagard |
2020-02-04 | Deleted unused deprecated functions. | Cyrille Bagard |
2020-02-04 | Compressed the operands relative to immediate values. | Cyrille Bagard |
2020-02-04 | Moved the definition of a lock bit. | Cyrille Bagard |