summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide
AgeCommit message (Expand)Author
2019-02-03Fixed various memory leaks.Cyrille Bagard
2019-02-03Raised exception in some Python constructors.Cyrille Bagard
2019-02-01Inserted an option to render disassembly even in batch mode.Cyrille Bagard
2019-01-31Extended the Python API for symbols.Cyrille Bagard
2019-01-31Fixed mistakes relative to PyUnicode_Check() return value.Cyrille Bagard
2019-01-31Created Python bindings for undefined instructions.Cyrille Bagard
2019-01-30Extended the APIs available for formats (both native and Python).Cyrille Bagard
2019-01-29Introduced binary portion support for Python bindings.Cyrille Bagard
2019-01-28Improved handling of NotImplemented exceptions for Python calls.Cyrille Bagard
2019-01-28Taken into account buffer cache may be missing in batch mode.Cyrille Bagard
2019-01-28Included interfaces into the Python module gathering all features.Cyrille Bagard
2019-01-28Allowed to filter contents before running analysis.Cyrille Bagard
2019-01-26Released the Python global lock while waiting for all tasks.Cyrille Bagard
2019-01-26Loaded Python plugins even from the Python interpreter.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-21Provided a way to register new available processors from Python.Cyrille Bagard
2019-01-21Handled cases when the required processor is not found.Cyrille Bagard
2019-01-16Dealt with registers and register operands in the Python bindings.Cyrille Bagard
2019-01-14Looked for code blocks by any contained address.Cyrille Bagard
2019-01-13Provided uncached code block links.Cyrille Bagard
2019-01-04Simplified code.Cyrille Bagard
2019-01-04Handled non null-terminated stringsCyrille Bagard
2019-01-03Defined a dynamic type for each plugin.Cyrille Bagard
2018-12-29Allowed more than one dynamic GType.Cyrille Bagard
2018-12-29Updated code to scroll loaded panels from Python.Cyrille Bagard
2018-12-28Enabled the comment creation from Python.Cyrille Bagard
2018-12-28Refactored the core module of the Python API.Cyrille Bagard
2018-12-27Extended the Python bindings.Cyrille Bagard
2018-12-27Updated the logging features of the Python bindings.Cyrille Bagard
2018-12-27Updated the API in order to allow Python plugins to rely on native plugins.Cyrille Bagard
2018-12-18Avoided a memory leak with the new implementation of constant values.Cyrille Bagard
2018-12-18Used the reference counter when providing basic block lists.Cyrille Bagard
2018-12-18Made Python constant values storable using Pickle.Cyrille Bagard
2018-12-14Extended the Python API to build custom GUI panels.Cyrille Bagard
2018-12-14Created an attribute to get the number of code blocks.Cyrille Bagard
2018-12-13Extended the Python API for code blocks.Cyrille Bagard
2018-12-13Renamed the function registering C constant values into Python objects.Cyrille Bagard
2018-12-13Provided a representation for constant values imported from C code.Cyrille Bagard
2018-12-12Reorganized the global variables access in the Python bindings.Cyrille Bagard
2018-12-12Registered basic Python objects in the features namespace.Cyrille Bagard
2018-12-12Added Python module functions in the features namespace.Cyrille Bagard
2018-12-12Provided access to loaded content from Python.Cyrille Bagard
2018-12-12Implemented the Python bindings to load unknown binaries.Cyrille Bagard
2018-12-11Collected all Python bindings features using a fake module.Cyrille Bagard
2018-12-07Cleaned code.Cyrille Bagard
2018-12-07Moved some core features into plugins.Cyrille Bagard
2018-12-07Relied on GObject introspection and dynamic gtypes to inherit in Python.Cyrille Bagard