summaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
2021-01-09Changed some installation paths and included a pkgconfig configuration.Cyrille Bagard
2020-10-20Fixed some compilation warnings.Cyrille Bagard
2020-09-21Defined lock mechanism for buffer caches.Cyrille Bagard
2020-08-22Defined paths to access to the instruction operands.Cyrille Bagard
2020-07-27Replaced all BLC_* constants by the new DLC_* values.Cyrille Bagard
2020-07-27Removed some extra special column indexes.Cyrille Bagard
2020-07-26Avoided fixed columns when filling lines with locations.Cyrille Bagard
2020-07-23Renamed some files.Cyrille Bagard
2020-07-14Typo.Cyrille Bagard
2020-06-29Included the packed buffers in the Python bindings.Cyrille Bagard
2020-06-21Reorganized the code for target operands.Cyrille Bagard
2020-06-07Reorganized the operands behaving like proxies.Cyrille Bagard
2020-06-02Extended the Python bindings for disassembling contexts.Cyrille Bagard
2020-05-28Adapted the API for renamed operands.Cyrille Bagard
2020-05-04Recognized reserved instructions as special cases.Cyrille Bagard
2020-05-03Defined the missing features required to build operands from Python.Cyrille Bagard
2020-04-29Improved the documentation of the disassembly cache for Python.Cyrille Bagard
2020-04-21Redefined the interface for creating new processors from Python.Cyrille Bagard
2020-04-19Changed the way the key for an architecture is provided.Cyrille Bagard
2020-03-01Given some priority to Elf PLT entries during the disassembly process.Cyrille Bagard
2020-03-01Cleaned the instruction flags when requested.Cyrille Bagard
2020-02-29Broken ARMv7 basic blocks depending on conditional flags.Cyrille Bagard
2020-02-18Relocated the raw instructions.Cyrille Bagard
2020-02-17Relocated the undefined instructions.Cyrille Bagard
2020-02-06Restored hexadecimal as default rendering for immediate values.Cyrille Bagard
2020-02-04Reduced the size required for register operands.Cyrille Bagard
2020-02-04Updated copyright headers.Cyrille Bagard
2020-02-04Deleted unused deprecated functions.Cyrille Bagard
2020-02-04Compressed the operands relative to immediate values.Cyrille Bagard
2020-02-04Moved the definition of a lock bit.Cyrille Bagard
2020-02-04Created a new interface for renamed operands.Cyrille Bagard
2020-02-02Relied on flags for raw instructions.Cyrille Bagard
2020-01-30Compressed some architecture instruction properties.Cyrille Bagard
2020-01-15Reorganized the architecture operands.Cyrille Bagard
2019-11-11Extended the Python bindings.Cyrille Bagard
2019-09-17Kept tracks of current active DB items.Cyrille Bagard
2019-09-11Reactivated bookmarks for disassembled code.Cyrille Bagard
2019-08-14Updated the Python bindings for binary symbols.Cyrille Bagard
2019-05-30Determined if an iterator is at its ending position.Cyrille Bagard
2019-05-30Introduced a new flag for instruction calls.Cyrille Bagard
2019-05-12Simplified the way processors are registered.Cyrille Bagard
2019-05-08Updated the core functions dealing with SQLite databases.Cyrille Bagard
2019-04-20Counted available references between instructions.Cyrille Bagard
2019-04-19Restricted instructions iterators to get routine contents.Cyrille Bagard
2019-03-25Avoided stack overflows with empty dynamic parameters.Cyrille Bagard
2019-02-05Fixed a huge number of memory leaks.Cyrille Bagard
2019-02-03Fixed various memory leaks.Cyrille Bagard
2019-01-31Created Python bindings for undefined instructions.Cyrille Bagard
2019-01-26Extended the Python API.Cyrille Bagard
2019-01-25Provided API to subclass instructions and operands in Python.Cyrille Bagard