summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2016-10-23Deleted a level of data to reduce the memory fingerprint.Cyrille Bagard
2016-10-23Memorized all creators of line content at the line level and saved memory.Cyrille Bagard
2016-10-22Made all segments share their content to save memory.Cyrille Bagard
2016-10-22Reduced the memory usage by cutting down the size of GBufferSegment.Cyrille Bagard
2016-10-22Fixed GUI bugs in the case where no binary is loaded.Cyrille Bagard
2016-10-21Fixed bugs as realloc() may change base addresses and does not initialize new...Cyrille Bagard
2016-10-21Initialized the libc random generator using the time and the process ID.Cyrille Bagard
2016-10-20Extended the number of cases where beautiful graphs are produced.Cyrille Bagard
2016-10-18Extended the graph widget as much as needed and centered its content.Cyrille Bagard
2016-10-17Fixed a huge memory leak when computing shadows.Cyrille Bagard
2016-10-17Produced nicer graphic node rendering with shadows.Cyrille Bagard
2016-10-16Marked ARMv7 instructions which pop the PC register as return points.Cyrille Bagard
2016-10-15Avoided many infinite loops when computing ranks in Dalvik basic blocks.Cyrille Bagard
2016-10-15Built proper comments for all the Dalvik switch cases.Cyrille Bagard
2016-10-14Typo.Cyrille Bagard
2016-10-14Handled Dalvik simple switch cases without fallthrough.Cyrille Bagard
2016-10-10Handled switch and fill-array data pseudo-instructions without plugin.Cyrille Bagard
2016-10-09Loaded Dex strings for annotations with the proper length.Cyrille Bagard
2016-10-09Loaded all Dex pool items using several threads.Cyrille Bagard
2016-10-09Defined a new and simpler way to produce graphical view of basic blocks.Cyrille Bagard
2016-10-02Computed block ranks without mistake.Cyrille Bagard
2016-10-02Given more flexibility to qinsert() for the inserted item.Cyrille Bagard
2016-09-29Added partial support for Dalvik MUTF-8 encodings.Cyrille Bagard
2016-09-28Annotated only existing dex class data.Cyrille Bagard
2016-09-28Updated and improved the symbols panel.Cyrille Bagard
2016-09-27Given access to menus relative to binaries only if a view panel is displayed.Cyrille Bagard
2016-09-26Defined a proper cache for routine names with their packages.Cyrille Bagard
2016-09-26Deleted code sorting routines as they are already sorted.Cyrille Bagard
2016-09-25Removed debug code.Cyrille Bagard
2016-09-24Prevented out of bounds access when moving the reading position forwards.Cyrille Bagard
2016-09-24Replaced the non-working GLib atomic function to deal with bitfields.Cyrille Bagard
2016-09-23Marked the end of each routine disassembly with a message.Cyrille Bagard
2016-09-21Added weak symbols in the Python bindings in case of standalone usage.Cyrille Bagard
2016-09-21Provided a real welcome panel at startup, with tricks and actions.Cyrille Bagard
2016-09-14Fixed the "post" hook of the first IF Dalvik opcode.Cyrille Bagard
2016-09-14Skipped the rendering of empty pool strings.Cyrille Bagard
2016-09-12Fixed the decoding of 3rc/3rms/3rmi Dex opcode formats.Cyrille Bagard
2016-09-12Fixed two more bugs when annotating Dex code items.Cyrille Bagard
2016-09-11Displayed more details about the loading process in the status bar.Cyrille Bagard
2016-09-11Fixed a bug when decoding some catch-all handlers in Dex code item.Cyrille Bagard
2016-09-11Handled Dex classes used as marker interfaces and Dex virtual methods.Cyrille Bagard
2016-09-10Updated the Python bindings used to load Elf and Dex files.Cyrille Bagard
2016-09-08Fixed a bug by transfering variable argument lists properly.Cyrille Bagard
2016-08-28Handled branching instructions using registers.Cyrille Bagard
2016-08-06Closed the right side panel when requested.Cyrille Bagard
2016-08-06Defined initial content and size for the status bar.Cyrille Bagard
2016-07-30Registered properly the PyGObject wrappers for Python classes.Cyrille Bagard
2016-07-28Taken into account that tabulations are not spaces for Makefiles.Cyrille Bagard
2016-07-28Centralized the checksum computing of binary contents.Cyrille Bagard
2016-07-23Fixed some compilation errors in the Python plugin.Cyrille Bagard