Age | Commit message (Expand) | Author |
2015-02-11 | Marked buffer lines as containing an entry point when needed. | Cyrille Bagard |
2015-02-09 | Registered all the supported processors in the system code. | Cyrille Bagard |
2015-02-03 | Removed all references to binary parts (GBinPart) and updated the code. | Cyrille Bagard |
2015-01-31 | Defined many entry points from many identified potential candidates. | Cyrille Bagard |
2015-01-30 | Bound a symbol for each loaded value for 'ldr' instructions. | Cyrille Bagard |
2015-01-26 | Begun to rewrite the whole plugins system. | Cyrille Bagard |
2015-01-25 | Added a fixed address for the start of the '.plt' section and improved the di... | Cyrille Bagard |
2015-01-04 | Disabled lots of debug messages and fixed some symbols related bugs. | Cyrille Bagard |
2014-12-25 | Cleaned all the code for immediate operands. | Cyrille Bagard |
2014-12-16 | Created operands for resolving symbols in disassembly code. | Cyrille Bagard |
2014-12-14 | Shown label of loaded symbols when possible. | Cyrille Bagard |
2014-11-29 | Displayed segments in the disassembly view. | Cyrille Bagard |
2014-11-24 | Disabled old and unsupported architectures. | Cyrille Bagard |
2014-10-11 | Improved the disassembling process using memory ranges. | Cyrille Bagard |
2014-10-06 | Got prepared to disassemble some ARMv7 instructions. | Cyrille Bagard |
2014-09-21 | Showed information about a selected address in the status bar. | Cyrille Bagard |
2014-09-17 | Introduced memory ranges. | Cyrille Bagard |
2014-09-16 | Used the new vmpa_t type in binary portions. | Cyrille Bagard |
2014-09-01 | Loaded some ELF symbols from DYNSYM and SYMTAB sections. | Cyrille Bagard |
2014-08-27 | Shown full ELF sections definitions. | Cyrille Bagard |
2014-08-25 | Loaded lots of ELF header information as symbols. | Cyrille Bagard |
2014-08-19 | Added a demo symbol when loading an ELF header. | Cyrille Bagard |
2014-07-31 | Improved the way code is decoded by avoiding to propagate the base address ev... | Cyrille Bagard |
2014-07-10 | Fully rewritten the core configuration system. | Cyrille Bagard |
2014-05-29 | Removed the warnings from automake by replacing the deprecated 'INCLUDES' by ... | Cyrille Bagard |
2014-04-28 | Updated all copyright headers. | Cyrille Bagard |
2014-01-02 | Fixed a typo in the compilation rules. | Cyrille Bagard |
2013-12-29 | Handled Itanium demangling with C code (first part). | Cyrille Bagard |
2013-11-23 | Removed some compilation warnings. | Cyrille Bagard |
2013-08-31 | Removed some warnings by upgrading code to GLib 2.32. | Cyrille Bagard |
2013-08-31 | Loaded a binary strip into the editor. | Cyrille Bagard |
2013-06-13 | Fixed Elf format support. | Cyrille Bagard |
2013-01-20 | Fixed some GCC warnings. | Cyrille Bagard |
2013-01-14 | Cleaned the context used for decompilations. | Cyrille Bagard |
2012-12-21 | Resolved relative addresses for routines and fixed bugs related to PyGObjects... | Cyrille Bagard |
2012-12-18 | Fixed a bug when the binary loading fails. | Cyrille Bagard |
2012-12-10 | Took care of Dalvik switch cases. | Cyrille Bagard |
2012-11-19 | Handled Dalvik exception handlers in the graphic view. | Cyrille Bagard |
2012-10-28 | Updated the code of the old panel and displayed found strings again. | Cyrille Bagard |
2012-10-16 | Fixed many bugs using valgrind. | Cyrille Bagard |
2012-10-12 | Reorganized types definitions. | Cyrille Bagard |
2012-08-03 | Loaded the permissions used by an APK file. | Cyrille Bagard |
2012-07-29 | Updated all decompiled instructions using right pseudo registers. | Cyrille Bagard |
2012-07-23 | Improved decompilation of Dalvik bytecode. | Cyrille Bagard |
2012-07-08 | Fixed the display of code source. | Cyrille Bagard |
2012-07-01 | Built the graph view when defining a target address. | Cyrille Bagard |
2012-04-01 | Processed the Java demangling of array types. | Cyrille Bagard |
2012-03-25 | Scrolled to the selected symbol. | Cyrille Bagard |
2012-03-05 | Printed the string values of the Dex pool in the operand rendering. | Cyrille Bagard |
2012-01-11 | Defined new panel definitions for the editor GUI. | Cyrille Bagard |