summaryrefslogtreecommitdiff
path: root/src/arch/dalvik/register.c
AgeCommit message (Expand)Author
2017-10-18Created plugins for the Dex and Dalvik support.Cyrille Bagard
2017-07-12Removed the too complex memory share system.Cyrille Bagard
2017-05-21Refined the whole share system for operands.Cyrille Bagard
2016-12-31Updated all copyrights.Cyrille Bagard
2016-12-18Used a fast sorted array to track shared instances instead of a simple hash t...Cyrille Bagard
2016-12-18Shared all Dalvik operands between all their users.Cyrille Bagard
2016-11-27Saved memory space by sharing arch GObjects.Cyrille Bagard
2016-11-03Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.Cyrille Bagard
2016-10-23Deleted a level of data to reduce the memory fingerprint.Cyrille Bagard
2014-10-01Prepared the ground for the ARMv7 architecture.Cyrille Bagard
2014-04-28Updated all copyright headers.Cyrille Bagard
2013-02-05Rewritten many parts of the process which cut code into basic blocks.Cyrille Bagard
2013-01-20Took care of shared allocations between blocks when converting registers.Cyrille Bagard
2012-12-04Listed accesses to registers.Cyrille Bagard
2012-11-05Removed the old interface for rendering lines.Cyrille Bagard
2012-07-29Updated all decompiled instructions using right pseudo registers.Cyrille Bagard
2010-12-21Redefined all existing kinds of Dalvik operands in a proper way.Cyrille Bagard
2010-11-12Changed the display of the pseudo registers by using an index.Cyrille Bagard
2010-07-11Typo.Cyrille Bagard
2010-05-13Supported Dalvik VM / DEX (partially).Cyrille Bagard