summaryrefslogtreecommitdiff
path: root/src/format
AgeCommit message (Expand)Author
2014-10-06Got prepared to disassemble some ARMv7 instructions.Cyrille Bagard
2014-09-21Showed information about a selected address in the status bar.Cyrille Bagard
2014-09-17Introduced memory ranges.Cyrille Bagard
2014-09-16Used the new vmpa_t type in binary portions.Cyrille Bagard
2014-09-01Loaded some ELF symbols from DYNSYM and SYMTAB sections.Cyrille Bagard
2014-08-27Shown full ELF sections definitions.Cyrille Bagard
2014-08-25Loaded lots of ELF header information as symbols.Cyrille Bagard
2014-08-19Added a demo symbol when loading an ELF header.Cyrille Bagard
2014-07-31Improved the way code is decoded by avoiding to propagate the base address ev...Cyrille Bagard
2014-07-10Fully rewritten the core configuration system.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
2014-01-02Fixed a typo in the compilation rules.Cyrille Bagard
2013-12-29Handled Itanium demangling with C code (first part).Cyrille Bagard
2013-11-23Removed some compilation warnings.Cyrille Bagard
2013-08-31Removed some warnings by upgrading code to GLib 2.32.Cyrille Bagard
2013-08-31Loaded a binary strip into the editor.Cyrille Bagard
2013-06-13Fixed Elf format support.Cyrille Bagard
2013-01-20Fixed some GCC warnings.Cyrille Bagard
2013-01-14Cleaned the context used for decompilations.Cyrille Bagard
2012-12-21Resolved relative addresses for routines and fixed bugs related to PyGObjects...Cyrille Bagard
2012-12-18Fixed a bug when the binary loading fails.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-04-01Processed the Java demangling of array types.Cyrille Bagard
2012-03-25Scrolled to the selected symbol.Cyrille Bagard
2012-03-05Printed the string values of the Dex pool in the operand rendering.Cyrille Bagard
2012-01-11Defined new panel definitions for the editor GUI.Cyrille Bagard
2012-01-01Updated copyright dates.Cyrille Bagard
2011-10-12Processed skipped instructions and used contexts.Cyrille Bagard
2011-10-05Supported a few more Dalvik opcodes.Cyrille Bagard
2011-10-01Defined the first real [python] plugin.Cyrille Bagard
2011-07-11Saved improvements of binaries support.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-11-11Built some expressions for the decompilation tree.Cyrille Bagard
2010-08-10Improved the code by using Flex functions.Cyrille Bagard
2010-08-10Improved Itanium demangling.Cyrille Bagard
2010-08-01Cleaned the code and provided a fast way to demangle strings.Cyrille Bagard
2010-08-01Updated Itanium demangling by using the new contexts.Cyrille Bagard