summaryrefslogtreecommitdiff
path: root/plugins/dex
AgeCommit message (Collapse)Author
2023-09-10Tune the compilation using flags instead of a config file.Cyrille Bagard
2023-05-22Rely on GObject-introspection implementation for some registrations.Cyrille Bagard
2022-12-29Refactor Makefiles to exclude GTK on demand.Cyrille Bagard
2021-08-05Sort Dex smybols when needed at format loading.Cyrille Bagard
2021-04-17Remove hardcoded run paths from libraries.Cyrille Bagard
2021-01-09Changed some installation paths and included a pkgconfig configuration.Cyrille Bagard
2020-05-28Saved the first steps for a new loading process.Cyrille Bagard
2020-05-21Changed the hierarchy of format objects.Cyrille Bagard
2020-05-18Updated the Python API for string symbols.Cyrille Bagard
2020-05-18Renamed the [Py]StructObject.Cyrille Bagard
2020-04-04Simplified the plugin interface.Cyrille Bagard
2020-02-06Improved the documentation for the Dex format Python bindings.Cyrille Bagard
2020-02-04Updated copyright headers.Cyrille Bagard
2020-01-27Created a huge optimization for the Dex format loading.Cyrille Bagard
2020-01-26Checked index for access to Dex class methods.Cyrille Bagard
2020-01-25Handled the MUTF-8 U+0000 code point.Cyrille Bagard
2020-01-04Refreshed the Python documentation for the core features.Cyrille Bagard
2019-09-08Typo.Cyrille Bagard
2019-07-21Created more converters for Python arguments.Cyrille Bagard
2019-07-20Marked some Dex strings as structural.Cyrille Bagard
2019-05-08Defined an improved generic macro for Python methods.Cyrille Bagard
2019-05-07Read raw Dex items by extending the API.Cyrille Bagard
2019-05-04Created a GLib object for the Dex pool.Cyrille Bagard
2019-04-14Provided a link to routines from Dex methods.Cyrille Bagard
2019-04-14Typo.Cyrille Bagard
2019-03-23Removed references to local sources if required.Cyrille Bagard
2019-02-04Added an option to drop Python support at compilation time.Cyrille Bagard
2019-02-03Typos.Cyrille Bagard
2019-01-22Fixed run sizes of parallel jobs.Cyrille Bagard
2019-01-03Defined a dynamic type for each plugin.Cyrille Bagard
2018-12-13Renamed the function registering C constant values into Python objects.Cyrille Bagard
2018-12-12Loaded MUTF-8 strings from Dex pools.Cyrille Bagard
2018-11-18Allowed to attach debug information to formats.Cyrille Bagard
2018-09-18Removed the old way to load binaries.Cyrille Bagard
2018-09-18Updated the API used to load binary contents.Cyrille Bagard
2018-08-31Changed the location of installed plugins.Cyrille Bagard
2018-08-18Removed a useless cast in the Python bindings.Cyrille Bagard
2018-08-16Reorganized the Python plugin code.Cyrille Bagard
2018-08-07Removed old code used for decompilation.Cyrille Bagard
2018-08-02Introduced symbols dedicated to strings.Cyrille Bagard
2018-07-23Changed the way Dex methods are loaded and displayed.Cyrille Bagard
2018-07-19Set Itanium as default demangler for ELF.Cyrille Bagard
2018-07-10Linked all used Dalvik strings with their origin.Cyrille Bagard
2018-07-08Cleaned the demangling system.Cyrille Bagard
2018-07-08Changed the type of namespace separators.Cyrille Bagard
2018-06-19Updated Makefiles to create only one _PyGObject_API structure.Cyrille Bagard
2018-06-18Ensured each plugin dependency can be found at runtime.Cyrille Bagard
2018-06-04Defined the number of threads to run from a centralized function.Cyrille Bagard
2018-05-24Translated offsets and addresses with more accuracy.Cyrille Bagard
2018-05-12Removed all execute bits in the source code files.Cyrille Bagard