summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/arch
AgeCommit message (Expand)Author
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
2019-01-28Included interfaces into the Python module gathering all features.Cyrille Bagard
2019-01-26Extended the Python API.Cyrille Bagard
2019-01-25Provided API to subclass instructions and operands in Python.Cyrille Bagard
2019-01-25Released the Python global lock while waiting for an analysis.Cyrille Bagard
2019-01-22Allowed to initialize instances of created dynamic types if needed.Cyrille Bagard
2019-01-16Dealt with registers and register operands in the Python bindings.Cyrille Bagard
2019-01-04Simplified code.Cyrille Bagard
2019-01-03Defined a dynamic type for each plugin.Cyrille Bagard
2018-12-13Renamed the function registering C constant values into Python objects.Cyrille Bagard
2018-12-12Registered basic Python objects in the features namespace.Cyrille Bagard
2018-12-07Relied on GObject introspection and dynamic gtypes to inherit in Python.Cyrille Bagard
2018-11-26Changed the Python module exporting endianness values.Cyrille Bagard
2018-11-26Updated the Python bindings printing memory ranges.Cyrille Bagard
2018-11-13Exported extra processor features.Cyrille Bagard
2018-10-27Accepted integer values as usable addresses for some Python bindings.Cyrille Bagard
2018-08-30Fixed some Python method signatures.Cyrille Bagard
2018-08-29Cleaned code.Cyrille Bagard
2018-08-18Removed a useless cast in the Python bindings.Cyrille Bagard
2018-08-16Added some constants for instructions in the Python API.Cyrille Bagard
2018-08-16Included the string symbols 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-07-19Created an interface for jumping to addresses from operands.Cyrille Bagard
2018-06-19Provided instruction unique identifiers as requested.Cyrille Bagard
2018-06-06Hidden virtual addresses when code runs in a VM.Cyrille Bagard
2018-04-22Included all plugins headers in the installation process.Cyrille Bagard
2018-04-13Resolved paths using the Autoconf preset output variable top_srcdir.Cyrille Bagard
2018-04-12Removed the last remaining mentions of OpenIDA.Cyrille Bagard
2018-04-02Removed lots of uninitialized uses, mostly in NDEBUG mode.Cyrille Bagard
2018-02-15Fixed the string representation for the Vmpa type in Python.Cyrille Bagard
2018-01-24Improved the support of some unusual endiannesses.Cyrille Bagard
2018-01-16Changed the Python bindings source directory and updated code.Cyrille Bagard