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
/
arch
/
processor.c
Age
Commit message (
Expand
)
Author
2020-06-02
Defined Python extra flags for disassembling errors.
Cyrille Bagard
2020-06-01
Updated the Python bindings for the GtkDockable interface.
Cyrille Bagard
2020-05-28
Fixed several memory leaks.
Cyrille Bagard
2020-05-19
Simplified the code by using existing helpers.h
Cyrille Bagard
2020-05-19
Improved the use of the known format object.
Cyrille Bagard
2020-04-28
Extended the Python bindings for registers.
Cyrille Bagard
2020-04-21
Deleted obsolete code for dynamic types.
Cyrille Bagard
2020-04-21
Redefined the interface for creating new processors from Python.
Cyrille Bagard
2020-04-19
Changed the way the key for an architecture is provided.
Cyrille Bagard
2020-02-04
Updated copyright headers.
Cyrille Bagard
2020-01-08
Fixed the link between native and Python locations.
Cyrille Bagard
2019-05-12
Simplified the way processors are registered.
Cyrille Bagard
2019-04-19
Restricted instructions iterators to get routine contents.
Cyrille Bagard
2019-01-25
Released the Python global lock while waiting for an analysis.
Cyrille Bagard
2019-01-22
Allowed to initialize instances of created dynamic types if needed.
Cyrille Bagard
2019-01-04
Simplified code.
Cyrille Bagard
2019-01-03
Defined a dynamic type for each plugin.
Cyrille Bagard
2018-12-13
Renamed the function registering C constant values into Python objects.
Cyrille Bagard
2018-12-07
Relied on GObject introspection and dynamic gtypes to inherit in Python.
Cyrille Bagard
2018-11-13
Exported extra processor features.
Cyrille Bagard
2018-10-27
Accepted integer values as usable addresses for some Python bindings.
Cyrille Bagard
2018-08-16
Reorganized the Python plugin code.
Cyrille Bagard
2018-06-06
Hidden virtual addresses when code runs in a VM.
Cyrille Bagard
2018-01-16
Changed the Python bindings source directory and updated code.
Cyrille Bagard