summaryrefslogtreecommitdiff
path: root/plugins/dalvik
AgeCommit message (Expand)Author
2023-09-27Replace interface by inheritance for binary content objects.Cyrille Bagard
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
2022-08-17Disable the extra data storage inside the GObject structure.Cyrille Bagard
2021-12-30Create generic functions to load and store operands.Cyrille Bagard
2021-09-26Provide a serialization capability for operands.Cyrille Bagard
2021-08-24Serialize registers when needed.Cyrille Bagard
2021-08-14Improve the object padding exploitation for operands.Cyrille Bagard
2021-08-10Prepare all Dalvik operands for a singleton status.Cyrille Bagard
2021-06-01Improve the code quality by renaming the type for packed buffers.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-09-07Rewritten some code managing comments.Cyrille Bagard
2020-08-22Defined paths to access to the instruction operands.Cyrille Bagard
2020-07-27Replaced all BLC_* constants by the new DLC_* values.Cyrille Bagard
2020-06-21Reorganized the code for target operands.Cyrille Bagard
2020-04-21Redefined the interface for creating new processors from Python.Cyrille Bagard
2020-04-19Changed the way the key for an architecture is provided.Cyrille Bagard
2020-04-05Removed some non-POSIX variable names in Makefiles.Cyrille Bagard
2020-04-04Simplified the plugin interface.Cyrille Bagard
2020-02-18Relocated the raw instructions.Cyrille Bagard
2020-02-04Updated copyright headers.Cyrille Bagard
2020-01-30Compressed some architecture instruction properties.Cyrille Bagard
2020-01-15Reorganized the architecture operands.Cyrille Bagard
2019-09-12Replaced some database item properties by new flags.Cyrille Bagard
2019-07-20Marked some Dex strings as structural.Cyrille Bagard
2019-05-30Updated some Dalvik instruction definitions.Cyrille Bagard
2019-05-12Simplified the way processors are registered.Cyrille Bagard
2019-05-04Created a GLib object for the Dex pool.Cyrille Bagard
2019-04-19Given access to Dalvik architecture from the Python bindingsCyrille Bagard
2019-02-04Added an option to drop Python support at compilation time.Cyrille Bagard
2019-01-03Defined a dynamic type for each plugin.Cyrille Bagard
2018-11-27Handled Dalvik pool prototype operands.Cyrille Bagard
2018-10-30Defined the parent directory as the working location for generation.Cyrille Bagard
2018-10-14Typo.Cyrille Bagard
2018-08-31Changed the location of installed plugins.Cyrille Bagard
2018-08-29Fixed the dist rule in Makefiles.Cyrille Bagard
2018-08-15Created a circular reference for instructions using strings.Cyrille Bagard
2018-08-11Added a basic check before releasing cached registers.Cyrille Bagard
2018-08-07Removed old code used for decompilation.Cyrille Bagard
2018-07-23Tracked the reference counter for plugins with more care.Cyrille Bagard
2018-07-23Jumped from Dalvik pool method operands.Cyrille Bagard
2018-07-23Linked callers with callees in Dalvik code.Cyrille Bagard
2018-07-23Changed the way Dex methods are loaded and displayed.Cyrille Bagard
2018-07-19Deleted all references to any asm syntax.Cyrille Bagard
2018-07-19Created an interface for jumping to addresses from operands.Cyrille Bagard
2018-07-18Cleaned code.Cyrille Bagard
2018-07-10Linked all used Dalvik strings with their origin.Cyrille Bagard
2018-07-10Fixed a bug in the Dalvik pool operand loading.Cyrille Bagard