summaryrefslogtreecommitdiff
path: root/plugins/dex
AgeCommit message (Expand)Author
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
2018-05-09Simplified the content loading handling.Cyrille Bagard
2018-05-07Deleted the old way to get Dex classes from Python.Cyrille Bagard
2018-05-07Kept methods of annotated classes during loading.Cyrille Bagard
2018-05-07Cleaned code.Cyrille Bagard
2018-05-07Described binary formats and improved their loading.Cyrille Bagard
2018-05-07Extended the Python bindings for the Dex format.Cyrille Bagard
2018-04-28Handled corrupted Dex headers.Cyrille Bagard
2018-04-27Respected specification alignments when reading Dex structures.Cyrille Bagard
2018-04-22Fixed a mistake when loading a bad field from Dex pool.Cyrille Bagard
2018-04-22Included all plugins headers in the installation process.Cyrille Bagard
2018-04-21Reduced the number of generated shared objects.Cyrille Bagard
2018-04-21Improved the way file formats are detected and loaded.Cyrille Bagard
2018-04-10Typo.Cyrille Bagard
2018-04-05Fixed and updated GType macros dealing with non-existent interfaces.Cyrille Bagard
2018-04-05Changed Foobar to Chrysalide in all GPL headers.Cyrille Bagard
2018-04-02Rewritten the whole instruction definition format.Cyrille Bagard
2018-03-11Defined a new Dex demangler with MUTF-8 support as plugin.Cyrille Bagard
2018-01-30Moved the mangling related code.Cyrille Bagard
2018-01-16Changed the Python bindings source directory and updated code.Cyrille Bagard
2018-01-13Handled the logs from the GUI, the command line and the Python bindings.Cyrille Bagard
2017-11-30Marked some arguments as optional for loading formats with Python.Cyrille Bagard
2017-10-25Created a cache for Dalvik registers.Cyrille Bagard
2017-10-21Typo.Cyrille Bagard
2017-10-18Created plugins for the Dex and Dalvik support.Cyrille Bagard