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
/
pychrysa.c
Age
Commit message (
Expand
)
Author
2020-05-17
Updated the plugin system and its Python documentation.
Cyrille Bagard
2020-05-17
Introduced a new object of string constant sets.
Cyrille Bagard
2020-04-04
Simplified the plugin interface.
Cyrille Bagard
2020-02-04
Updated copyright headers.
Cyrille Bagard
2019-12-22
Updated the documentation for the entry of Python bindings.
Cyrille Bagard
2019-11-11
Removed calls to deprecated Python functions.
Cyrille Bagard
2019-11-11
Printed more details when a Python plugin fails to load.
Cyrille Bagard
2019-08-18
Prepared an improved Python documentation.
Cyrille Bagard
2019-05-30
Created a plugin Python module as a placeholder.
Cyrille Bagard
2019-03-23
Removed references to local sources if required.
Cyrille Bagard
2019-02-09
Fixed another batch of memory leaks.
Cyrille Bagard
2019-02-07
Included the leak tracker into the Python interpreter.
Cyrille Bagard
2019-02-03
Fixed various memory leaks.
Cyrille Bagard
2019-01-26
Loaded Python plugins even from the Python interpreter.
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-27
Updated the API in order to allow Python plugins to rely on native plugins.
Cyrille Bagard
2018-12-13
Provided a representation for constant values imported from C code.
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-10-27
Run Python bindings standalone mode as batch mode.
Cyrille Bagard
2018-10-07
Cleaned code.
Cyrille Bagard
2018-10-07
Fixed again bugs with the Python global lock at exit.
Cyrille Bagard
2018-10-03
Handled missing runtime librairies for Python GObject bindings.
Cyrille Bagard
2018-09-18
Updated the API used to load binary contents.
Cyrille Bagard
2018-08-31
Changed the location of installed plugins.
Cyrille Bagard
2018-08-29
Updated the root API of the Python bindings.
Cyrille Bagard
2018-08-16
Reorganized the Python plugin code.
Cyrille Bagard
2018-07-23
Tracked the reference counter for plugins with more care.
Cyrille Bagard
2018-07-19
Cleaned the entry code of the Python bindings.
Cyrille Bagard
2018-04-05
Changed Foobar to Chrysalide in all GPL headers.
Cyrille Bagard
2018-03-11
Defined a new Dex demangler with MUTF-8 support as plugin.
Cyrille Bagard
2018-01-16
Changed the Python bindings source directory and updated code.
Cyrille Bagard