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
/
analysis
Age
Commit message (
Collapse
)
Author
2019-02-03
Raised exception in some Python constructors.
Cyrille Bagard
2019-02-01
Inserted an option to render disassembly even in batch mode.
Cyrille Bagard
2019-01-31
Fixed mistakes relative to PyUnicode_Check() return value.
Cyrille Bagard
2019-01-28
Taken into account buffer cache may be missing in batch mode.
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-25
Released the Python global lock while waiting for an analysis.
Cyrille Bagard
2019-01-21
Handled cases when the required processor is not found.
Cyrille Bagard
2019-01-14
Looked for code blocks by any contained address.
Cyrille Bagard
2019-01-13
Provided uncached code block links.
Cyrille Bagard
2018-12-28
Enabled the comment creation from Python.
Cyrille Bagard
2018-12-27
Extended the Python bindings.
Cyrille Bagard
2018-12-18
Used the reference counter when providing basic block lists.
Cyrille Bagard
2018-12-14
Created an attribute to get the number of code blocks.
Cyrille Bagard
2018-12-13
Extended the Python API for code blocks.
Cyrille Bagard
2018-12-13
Renamed the function registering C constant values into Python objects.
Cyrille Bagard
2018-12-12
Reorganized the global variables access in the Python bindings.
Cyrille Bagard
2018-12-12
Registered basic Python objects in the features namespace.
Cyrille Bagard
2018-12-12
Provided access to loaded content from Python.
Cyrille Bagard
2018-12-12
Implemented the Python bindings to load unknown binaries.
Cyrille Bagard
2018-12-07
Relied on GObject introspection and dynamic gtypes to inherit in Python.
Cyrille Bagard
2018-11-18
Extended the Python bindings dealing with code blocks.
Cyrille Bagard
2018-10-01
Made the Python bindings more Pythonish.
Cyrille Bagard
2018-09-26
Extended the API for binary contents.
Cyrille Bagard
2018-09-22
Provided a way to load known flat formats.
Cyrille Bagard
2018-09-18
Updated the API used to load binary contents.
Cyrille Bagard
2018-09-07
Updated prototypes for creating memory content.
Cyrille Bagard
2018-08-18
Removed a useless cast in the Python bindings.
Cyrille Bagard
2018-08-16
Reorganized the Python plugin code.
Cyrille Bagard
2018-08-08
Defined a new kind of code blocks.
Cyrille Bagard
2018-08-06
Extended the API to allow obfuscators detections.
Cyrille Bagard
2018-07-19
Created an interface for jumping to addresses from operands.
Cyrille Bagard
2018-07-07
Extended the types API.
Cyrille Bagard
2018-07-04
Updated the API for building symbol labels.
Cyrille Bagard
2018-07-04
Fixed various mistakes in Itanium C++ demangling.
Cyrille Bagard
2018-07-02
Extented the types definitions.
Cyrille Bagard
2018-05-07
Extended the Python bindings for the Dex format.
Cyrille Bagard
2018-05-03
Deleted the obsolete "disassembly-done" signal for loaded binaries.
Cyrille Bagard
2018-04-22
Included all plugins headers in the installation process.
Cyrille Bagard
2018-04-21
Improved the way file formats are detected and loaded.
Cyrille Bagard
2018-04-18
Introduced projects into the Python bindings.
Cyrille Bagard
2018-04-13
Resolved paths using the Autoconf preset output variable top_srcdir.
Cyrille Bagard
2018-04-12
Removed the last remaining mentions of OpenIDA.
Cyrille Bagard
2018-04-11
Created definitions for memory and encapsulated contents.
Cyrille Bagard
2018-04-10
Provided a direct access to content data in the Python bindings.
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