summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/format
AgeCommit message (Expand)Author
2021-09-26Provide a serialization capability for operands.Cyrille Bagard
2021-04-05Build a partial working support for the PE format.Cyrille Bagard
2021-01-09Changed some installation paths and included a pkgconfig configuration.Cyrille Bagard
2020-12-05Rewritten the whole API dealing with panels.Cyrille Bagard
2020-06-07Reorganized the operands behaving like proxies.Cyrille Bagard
2020-05-28Fixed several memory leaks.Cyrille Bagard
2020-05-25Fixed an uninitialized variable usage.Cyrille Bagard
2020-05-21Written a proper documentation for the binary format Python bindings.Cyrille Bagard
2020-05-21Changed the hierarchy of format objects.Cyrille Bagard
2020-05-19Improved the use of the known format object.Cyrille Bagard
2020-05-18Extended the documentation for the SymIterator Python class.Cyrille Bagard
2020-05-18Updated the Python API for string symbols.Cyrille Bagard
2020-05-17Updated the plugin system and its Python documentation.Cyrille Bagard
2020-05-12Described the Python API for binary portions.Cyrille Bagard
2020-05-11Updated the API for buffer caches.Cyrille Bagard
2020-04-19Updated the interface for flat formats.Cyrille Bagard
2020-04-13Avoided to look for syscalls in a kernel binary.Cyrille Bagard
2020-04-12Improved support of type prefix for symbols.Cyrille Bagard
2020-04-09Created extra flags for binary symbols.Cyrille Bagard
2020-03-15Provided a way to analyze a binary format without performing disassembling.Cyrille Bagard
2020-03-01Given some priority to Elf PLT entries during the disassembly process.Cyrille Bagard
2020-02-04Updated copyright headers.Cyrille Bagard
2020-01-15Reorganized the architecture operands.Cyrille Bagard
2020-01-08Fixed the link between native and Python locations.Cyrille Bagard
2020-01-05Refreshed the Python documentation for the demanglers.Cyrille Bagard
2020-01-03Used a Python enumeration for verbosity levels.Cyrille Bagard
2019-10-01Extended the Python API for database items.Cyrille Bagard
2019-08-18Prepared an improved Python documentation.Cyrille Bagard
2019-08-15Cosmetics.Cyrille Bagard
2019-08-15Changed the order of arguments for the Python symbol constructor.Cyrille Bagard
2019-08-15Introduced binary symbol subclassing from Python.Cyrille Bagard
2019-08-14Updated the Python bindings for binary symbols.Cyrille Bagard
2019-08-14Fixed a copy/paste bug.Cyrille Bagard
2019-08-13Used a Python enumeration for the binary symbol status.Cyrille Bagard
2019-07-21Created more converters for Python arguments.Cyrille Bagard
2019-07-20Marked some Dex strings as structural.Cyrille Bagard
2019-07-07Added support for Android boot images.Cyrille Bagard
2019-05-12Simplified the way processors are registered.Cyrille Bagard
2019-02-07Rewritten some Python instance allocation functions.Cyrille Bagard
2019-02-05Fixed a huge number of memory leaks.Cyrille Bagard
2019-01-31Extended the Python API for symbols.Cyrille Bagard
2019-01-30Extended the APIs available for formats (both native and Python).Cyrille Bagard
2019-01-21Provided a way to register new available processors from Python.Cyrille Bagard
2019-01-04Handled non null-terminated stringsCyrille Bagard
2018-12-13Renamed the function registering C constant values into Python objects.Cyrille Bagard
2018-12-12Registered basic Python objects in the features namespace.Cyrille Bagard
2018-12-07Relied on GObject introspection and dynamic gtypes to inherit in Python.Cyrille Bagard
2018-10-27Accepted integer values as usable addresses for some Python bindings.Cyrille Bagard
2018-09-06Fixed possible UAFs when adding symbols.Cyrille Bagard
2018-08-18Removed a useless cast in the Python bindings.Cyrille Bagard