Age | Commit message (Expand) | Author |
2016-10-21 | Initialized the libc random generator using the time and the process ID. | Cyrille Bagard |
2016-10-20 | Extended the number of cases where beautiful graphs are produced. | Cyrille Bagard |
2016-10-18 | Extended the graph widget as much as needed and centered its content. | Cyrille Bagard |
2016-10-17 | Fixed a huge memory leak when computing shadows. | Cyrille Bagard |
2016-10-17 | Produced nicer graphic node rendering with shadows. | Cyrille Bagard |
2016-10-16 | Marked ARMv7 instructions which pop the PC register as return points. | Cyrille Bagard |
2016-10-15 | Avoided many infinite loops when computing ranks in Dalvik basic blocks. | Cyrille Bagard |
2016-10-15 | Built proper comments for all the Dalvik switch cases. | Cyrille Bagard |
2016-10-14 | Typo. | Cyrille Bagard |
2016-10-14 | Handled Dalvik simple switch cases without fallthrough. | Cyrille Bagard |
2016-10-10 | Handled switch and fill-array data pseudo-instructions without plugin. | Cyrille Bagard |
2016-10-09 | Loaded all Dex pool items using several threads. | Cyrille Bagard |
2016-10-09 | Defined a new and simpler way to produce graphical view of basic blocks. | Cyrille Bagard |
2016-10-02 | Computed block ranks without mistake. | Cyrille Bagard |
2016-10-02 | Given more flexibility to qinsert() for the inserted item. | Cyrille Bagard |
2016-09-29 | Added partial support for Dalvik MUTF-8 encodings. | Cyrille Bagard |
2016-09-28 | Updated and improved the symbols panel. | Cyrille Bagard |
2016-09-27 | Given access to menus relative to binaries only if a view panel is displayed. | Cyrille Bagard |
2016-09-26 | Defined a proper cache for routine names with their packages. | Cyrille Bagard |
2016-09-26 | Deleted code sorting routines as they are already sorted. | Cyrille Bagard |
2016-09-25 | Removed debug code. | Cyrille Bagard |
2016-09-24 | Prevented out of bounds access when moving the reading position forwards. | Cyrille Bagard |
2016-09-24 | Replaced the non-working GLib atomic function to deal with bitfields. | Cyrille Bagard |
2016-09-23 | Marked the end of each routine disassembly with a message. | Cyrille Bagard |
2016-09-21 | Added weak symbols in the Python bindings in case of standalone usage. | Cyrille Bagard |
2016-09-21 | Provided a real welcome panel at startup, with tricks and actions. | Cyrille Bagard |
2016-09-14 | Fixed the "post" hook of the first IF Dalvik opcode. | Cyrille Bagard |
2016-09-14 | Skipped the rendering of empty pool strings. | Cyrille Bagard |
2016-09-12 | Fixed the decoding of 3rc/3rms/3rmi Dex opcode formats. | Cyrille Bagard |
2016-09-12 | Fixed two more bugs when annotating Dex code items. | Cyrille Bagard |
2016-09-11 | Displayed more details about the loading process in the status bar. | Cyrille Bagard |
2016-09-11 | Fixed a bug when decoding some catch-all handlers in Dex code item. | Cyrille Bagard |
2016-09-11 | Handled Dex classes used as marker interfaces and Dex virtual methods. | Cyrille Bagard |
2016-09-08 | Fixed a bug by transfering variable argument lists properly. | Cyrille Bagard |
2016-08-28 | Handled branching instructions using registers. | Cyrille Bagard |
2016-08-06 | Closed the right side panel when requested. | Cyrille Bagard |
2016-08-06 | Defined initial content and size for the status bar. | Cyrille Bagard |
2016-07-28 | Centralized the checksum computing of binary contents. | Cyrille Bagard |
2016-05-30 | Avoided errors on project saving. | Cyrille Bagard |
2016-05-30 | Resolved a suitable symbol depending on the request tolerance. | Cyrille Bagard |
2016-05-28 | Built the basic blocks list simply at loading. | Cyrille Bagard |
2016-05-27 | Fixed a mistake in a previous fix. | Cyrille Bagard |
2016-05-27 | Handled more ARM instructions from the storing family. | Cyrille Bagard |
2016-05-25 | Applied conditional bits as keyword suffixes for ARM instructions. | Cyrille Bagard |
2016-05-25 | Fixed various mistakes in the decoding of ARM instructions. | Cyrille Bagard |
2016-05-24 | Attached priority levels with disassembly starting points. | Cyrille Bagard |
2016-05-23 | Removed a stupid assertion in memory access operands. | Cyrille Bagard |
2016-05-22 | Extended the compiler to transform all the new ARMv7 encoding definitions. | Cyrille Bagard |
2016-05-20 | Refreshed the widths summary of lines groups only when necessary. | Cyrille Bagard |
2016-05-19 | Loaded the ELF internal symbols using all the available CPUs. | Cyrille Bagard |