index
:
chrysalide.git
gtk4
master
Chrysalide - Reverse Engineering Factory
Cyrille Bagard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
pychrysalide
/
helpers.c
Age
Commit message (
Expand
)
Author
2020-02-04
Updated copyright headers.
Cyrille Bagard
2020-01-03
Used a Python enumeration for verbosity levels.
Cyrille Bagard
2019-11-01
Fixed the rendering of Python documentation.
Cyrille Bagard
2019-08-18
Prepared an improved Python documentation.
Cyrille Bagard
2019-08-15
Introduced binary symbol subclassing from Python.
Cyrille Bagard
2019-08-13
Used a Python enumeration for the binary symbol status.
Cyrille Bagard
2019-03-22
Updated code to support one Python 3.7 API change.
Cyrille Bagard
2019-03-04
Provided access to the graph layout from Python.
Cyrille Bagard
2019-02-09
Fixed another batch of memory leaks.
Cyrille Bagard
2019-01-31
Fixed mistakes relative to PyUnicode_Check() return value.
Cyrille Bagard
2019-01-28
Improved handling of NotImplemented exceptions for Python calls.
Cyrille Bagard
2019-01-28
Included interfaces into the Python module gathering all features.
Cyrille Bagard
2019-01-28
Allowed to filter contents before running analysis.
Cyrille Bagard
2019-01-16
Dealt with registers and register operands in the Python bindings.
Cyrille Bagard
2019-01-03
Defined a dynamic type for each plugin.
Cyrille Bagard
2018-12-27
Updated the logging features of the Python bindings.
Cyrille Bagard
2018-12-14
Extended the Python API to build custom GUI panels.
Cyrille Bagard
2018-12-13
Renamed the function registering C constant values into Python objects.
Cyrille Bagard
2018-12-13
Provided a representation for constant values imported from C code.
Cyrille Bagard
2018-12-12
Registered basic Python objects in the features namespace.
Cyrille Bagard
2018-12-12
Added Python module functions in the features namespace.
Cyrille Bagard
2018-12-11
Collected all Python bindings features using a fake module.
Cyrille Bagard
2018-12-07
Relied on GObject introspection and dynamic gtypes to inherit in Python.
Cyrille Bagard
2018-08-16
Reorganized the Python plugin code.
Cyrille Bagard
2018-04-05
Changed Foobar to Chrysalide in all GPL headers.
Cyrille Bagard
2018-01-16
Changed the Python bindings source directory and updated code.
Cyrille Bagard