summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/arch
AgeCommit message (Expand)Author
2021-09-26Provide a serialization capability for operands.Cyrille Bagard
2021-08-14Reorganize the code for immediate operands.Cyrille Bagard
2021-08-14Improve the object padding exploitation for operands.Cyrille Bagard
2021-08-08Introduce singletons for operands.Cyrille Bagard
2021-01-09Changed some installation paths and included a pkgconfig configuration.Cyrille Bagard
2020-09-25Provided as much information as possible for instruction links in Python.Cyrille Bagard
2020-08-22Restored the operand display switch feature.Cyrille Bagard
2020-08-22Defined paths to access to the instruction operands.Cyrille Bagard
2020-07-14Switched to the new interface registration for Python bindings.Cyrille Bagard
2020-06-21Deleted dead code.Cyrille Bagard
2020-06-21Reorganized the code for target operands.Cyrille Bagard
2020-06-07Simplified code.Cyrille Bagard
2020-06-07Reorganized the operands behaving like proxies.Cyrille Bagard
2020-06-02Defined Python extra flags for disassembling errors.Cyrille Bagard
2020-06-02Extended the Python bindings for disassembling contexts.Cyrille Bagard
2020-06-01Updated the Python bindings for the GtkDockable interface.Cyrille Bagard
2020-05-28Typo.Cyrille Bagard
2020-05-28Updated the Python bindings for targetable operands.Cyrille Bagard
2020-05-28Fixed several memory leaks.Cyrille Bagard
2020-05-28Adapted the API for renamed operands.Cyrille Bagard
2020-05-21Written a proper documentation for the binary format Python bindings.Cyrille Bagard
2020-05-19Simplified the code by using existing helpers.hCyrille Bagard
2020-05-19Improved the use of the known format object.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-28Extended the Python bindings for registers.Cyrille Bagard
2020-04-21Deleted obsolete code for dynamic types.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-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-04Reduced the size required for register operands.Cyrille Bagard
2020-02-04Completed the ImmOperand constructor documentation.Cyrille Bagard
2020-02-04Updated copyright headers.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
2020-01-08Fixed the link between native and Python locations.Cyrille Bagard
2020-01-03Used a Python enumeration for verbosity levels.Cyrille Bagard
2019-11-24Defined special values of memory locations for Python.Cyrille Bagard
2019-07-21Created more converters for Python arguments.Cyrille Bagard
2019-05-12Simplified the way processors are registered.Cyrille Bagard
2019-04-20Counted available references between instructions.Cyrille Bagard
2019-04-19Restricted instructions iterators to get routine contents.Cyrille Bagard
2019-02-07Rewritten some Python instance allocation functions.Cyrille Bagard
2019-02-03Raised exception in some Python constructors.Cyrille Bagard
2019-01-31Created Python bindings for undefined instructions.Cyrille Bagard