summaryrefslogtreecommitdiff
path: root/src/format/dex/class.c
AgeCommit message (Expand)Author
2017-10-18Created plugins for the Dex and Dalvik support.Cyrille Bagard
2017-08-27Took into account that loading types from the Dex pool may fail.Cyrille Bagard
2017-05-16Merged routines into symbols.Cyrille Bagard
2017-05-08Ensured a Dex routine is not abstract nor native before adding a symbol into ...Cyrille Bagard
2016-12-31Updated all copyrights.Cyrille Bagard
2016-12-29Cut binary data into several areas using all the available CPUs and less memory.Cyrille Bagard
2016-12-12Removed most of the code related to non-working decompilation.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
2016-09-26Defined a proper cache for routine names with their packages.Cyrille Bagard
2016-09-11Handled Dex classes used as marker interfaces and Dex virtual methods.Cyrille Bagard
2016-05-13Inserted symbols and routines using an optimized 100 times faster method.Cyrille Bagard
2016-04-23Loaded all Dex methods in a proper way.Cyrille Bagard
2016-02-10Improved the support of the DEX format.Cyrille Bagard
2015-12-28Defined layers to register all kinds of binary portions.Cyrille Bagard
2015-10-01Rewritten the whole support of DEX file format.Cyrille Bagard
2015-02-03Removed all references to binary parts (GBinPart) and updated the code.Cyrille Bagard
2014-04-28Updated all copyright headers.Cyrille Bagard
2012-11-19Handled Dalvik exception handlers in the graphic view.Cyrille Bagard
2012-10-12Reorganized types definitions.Cyrille Bagard
2012-07-29Updated all decompiled instructions using right pseudo registers.Cyrille Bagard
2012-03-25Scrolled to the selected symbol.Cyrille Bagard
2012-01-11Defined new panel definitions for the editor GUI.Cyrille Bagard
2010-12-02Improved the rendering of decompiled Dex code.Cyrille Bagard
2010-11-14Loaded source file from Dex classes.Cyrille Bagard
2010-06-01Registered all found DEX routines.Cyrille Bagard
2010-05-13Supported Dalvik VM / DEX (partially).Cyrille Bagard