summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-11-09Loaded GTK CSS extensions from files in a given theme directory.Cyrille Bagard
2016-11-07Fixed a little bug when reading final data.Cyrille Bagard
2016-11-06Added margins between columns only after non-empty columns.Cyrille Bagard
2016-11-06Handled tabulations as small separation paddings.Cyrille Bagard
2016-11-03Counted references for each provided binary format.Cyrille Bagard
2016-11-03Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.Cyrille Bagard
2016-11-03Prepared the capacity to display more than one view per binary.Cyrille Bagard
2016-10-29Cleaned the code and fixed memory leaks.Cyrille Bagard
2016-10-29Read GCC warning messages with more care.Cyrille Bagard
2016-10-29Told GCC to pack enumerations to save memory space.Cyrille Bagard
2016-10-29Reduced once again the size of the main instruction structure.Cyrille Bagard
2016-10-28Optimized access to instruction sources and destinations.Cyrille Bagard
2016-10-28Cleaned the structure for instructions a little bit.Cyrille Bagard
2016-10-28Stored instruction hooks in the data section rather than in the heap.Cyrille Bagard
2016-10-25Noted that even the first basic block can have a loop to itself.Cyrille Bagard
2016-10-25Fixed a mistake when decoding sparse-switch and packed-switch payloads.Cyrille Bagard
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 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-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