summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/arch/instruction.c
AgeCommit message (Expand)Author
2023-05-24Fix some undefined symbols.Cyrille Bagard
2023-05-22Rely on GObject-introspection implementation for some registrations.Cyrille Bagard
2023-05-21Delete an extra level of types for the Python bindings instructions.Cyrille Bagard
2020-09-25Provided as much information as possible for instruction links in Python.Cyrille Bagard
2020-08-22Defined paths to access to the instruction operands.Cyrille Bagard
2020-05-19Simplified the code by using existing helpers.hCyrille Bagard
2020-02-04Updated copyright headers.Cyrille Bagard
2020-02-02Relied on flags for raw instructions.Cyrille Bagard
2020-01-30Compressed some architecture instruction properties.Cyrille Bagard
2019-04-20Counted available references between instructions.Cyrille Bagard
2019-01-26Extended the Python API.Cyrille Bagard
2019-01-25Provided API to subclass instructions and operands in Python.Cyrille Bagard
2018-12-13Renamed the function registering C constant values into Python objects.Cyrille Bagard
2018-12-07Relied on GObject introspection and dynamic gtypes to inherit in Python.Cyrille Bagard
2018-08-16Added some constants for instructions in the Python API.Cyrille Bagard
2018-08-16Reorganized the Python plugin code.Cyrille Bagard
2018-08-06Removed some compilation warnings.Cyrille Bagard
2018-08-03Updated the reference counters when providing instruction links.Cyrille Bagard
2018-07-19Deleted all references to any asm syntax.Cyrille Bagard
2018-06-19Provided instruction unique identifiers as requested.Cyrille Bagard
2018-01-16Changed the Python bindings source directory and updated code.Cyrille Bagard