summaryrefslogtreecommitdiff
path: root/plugins/dalvik
AgeCommit message (Collapse)Author
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
2018-07-02Extented the types definitions.Cyrille Bagard
2018-06-28Replaced all calls to the old API dealing with routine location.Cyrille Bagard
2018-06-25Changed the way Dalvik operands are handled.Cyrille Bagard
2018-06-20Fixed the length and the rendering of Dalvik data arrays.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-10Improved Dalvik fill instruction loading and created links to their payload.Cyrille Bagard
2018-06-10Handled padding in Dalvik fill data payloads.Cyrille Bagard
2018-06-06Hidden virtual addresses when code runs in a VM.Cyrille Bagard
2018-06-02Fixed various small bugs in the Dalvik management.Cyrille Bagard
2018-05-28Relied on register objects as often as possible.Cyrille Bagard
2018-05-14Created an instruction database for Chrysalide.Cyrille Bagard
2018-05-14Used unique identifiers for instructions everywhere.Cyrille Bagard
2018-05-12Fixed some memory leaks.Cyrille Bagard
2018-05-11Implemented a singleton system for ARMv7 registers.Cyrille Bagard
2018-05-11Reorganized processor registrations.Cyrille Bagard
2018-04-27Fixed a size overflow in the global register list.Cyrille Bagard
2018-04-24Locked the register singleton list during updates.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-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-08Prepared instructions to generate tooltips.Cyrille Bagard
2018-01-17Cleaned the definition of architecture processors.Cyrille Bagard
2017-11-26Increased the reference counter for provided operands and updated code.Cyrille Bagard
2017-10-25Created a cache for Dalvik registers.Cyrille Bagard
2017-10-18Fixed a comparison between signed and unsigned integer expressions.Cyrille Bagard
2017-10-18Created plugins for the Dex and Dalvik support.Cyrille Bagard