summaryrefslogtreecommitdiff
path: root/src/format/dex
AgeCommit message (Expand)Author
2015-11-11Fixed most of the warnings about use of uninitialized data.Cyrille Bagard
2015-10-01Provided the real number of loaded classes instead of 0.Cyrille Bagard
2015-10-01Rewritten the whole support of DEX file format.Cyrille Bagard
2015-09-11Created an interface from the original GBinContent object.Cyrille Bagard
2015-07-24Replaced all remaining raw accesses to binary contents with the GBinContent w...Cyrille Bagard
2015-07-17Updated the Python bindings.Cyrille Bagard
2015-07-12Cleaned the code handling binary symbols.Cyrille Bagard
2015-04-30Fixed implicit declarations of functions causing crashes.Cyrille Bagard
2015-02-11Registered all the supported formats in the system code.Cyrille Bagard
2015-02-09Registered all the supported processors in the system code.Cyrille Bagard
2015-02-03Removed all references to binary parts (GBinPart) and updated the code.Cyrille Bagard
2015-01-31Defined many entry points from many identified potential candidates.Cyrille Bagard
2014-12-16Created operands for resolving symbols in disassembly code.Cyrille Bagard
2014-09-17Introduced memory ranges.Cyrille Bagard
2014-05-29Removed the warnings from automake by replacing the deprecated 'INCLUDES' by ...Cyrille Bagard
2014-04-28Updated all copyright headers.Cyrille Bagard
2012-12-10Took care of Dalvik switch cases.Cyrille Bagard
2012-11-19Handled Dalvik exception handlers in the graphic view.Cyrille Bagard
2012-10-28Updated the code of the old panel and displayed found strings again.Cyrille Bagard
2012-10-16Fixed many bugs using valgrind.Cyrille Bagard
2012-10-12Reorganized types definitions.Cyrille Bagard
2012-08-03Loaded the permissions used by an APK file.Cyrille Bagard
2012-07-29Updated all decompiled instructions using right pseudo registers.Cyrille Bagard
2012-07-23Improved decompilation of Dalvik bytecode.Cyrille Bagard
2012-07-08Fixed the display of code source.Cyrille Bagard
2012-07-01Built the graph view when defining a target address.Cyrille Bagard
2012-03-25Scrolled to the selected symbol.Cyrille Bagard
2012-01-11Defined new panel definitions for the editor GUI.Cyrille Bagard
2012-01-01Updated copyright dates.Cyrille Bagard
2011-10-01Defined the first real [python] plugin.Cyrille Bagard
2010-12-02Improved the rendering of decompiled Dex code.Cyrille Bagard
2010-11-28Loaded all buffers of decompiled files.Cyrille Bagard
2010-11-14Typo.Cyrille Bagard
2010-11-14Loaded source file from Dex classes.Cyrille Bagard
2010-06-15Looked at access flags for computing native methods size.Cyrille Bagard
2010-06-14Made the program stronger by handling more errors.Cyrille Bagard
2010-06-06Used a treeview with icons to show all known symbols.Cyrille Bagard
2010-06-01Registered all found DEX routines.Cyrille Bagard
2010-05-20Increased security by checking the requested index when reading a pool item.Cyrille Bagard
2010-05-17Given more details for each operand relative to one DEX pool.Cyrille Bagard
2010-05-13Supported Dalvik VM / DEX (partially).Cyrille Bagard