summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-12-30Rewritten the line buffers using generators and on-demand building to save me...Cyrille Bagard
2016-12-29Validated a safety check.Cyrille Bagard
2016-12-29Avoided a crash by creating an empty function to dump ARMv7 stats.Cyrille Bagard
2016-12-29Cut binary data into several areas using all the available CPUs and less memory.Cyrille Bagard
2016-12-23Fixed a typo in one tip of the day.Cyrille Bagard
2016-12-23Collected the loaded instructions using all available processors.Cyrille Bagard
2016-12-19Set the argument counter when building an arguments list.Cyrille Bagard
2016-12-18Cleaned the code and removed compilation warnings.Cyrille Bagard
2016-12-18Used a fast sorted array to track shared instances instead of a simple hash t...Cyrille Bagard
2016-12-18Shared all Dalvik operands between all their users.Cyrille Bagard
2016-12-17Removed debug output.Cyrille Bagard
2016-12-15Fixed a bug when replacing strings.Cyrille Bagard
2016-12-15Removed dead code and a compilation warning.Cyrille Bagard
2016-12-15Fixed a runtime warning occurring from Python standalone scripts.Cyrille Bagard
2016-12-15Removed dead code.Cyrille Bagard
2016-12-15Defined proper accesses to instructions loaded by a processor.Cyrille Bagard
2016-12-14Provided an iterator for instructions.Cyrille Bagard
2016-12-13Fixed a runtime warning by referencing binaries with care.Cyrille Bagard
2016-12-13Moved the registration of sharing hash tables.Cyrille Bagard
2016-12-13Fixed some compilation warnings.Cyrille Bagard
2016-12-13Ensured all symbol comments match their symbol address.Cyrille Bagard
2016-12-12Removed most of the code related to non-working decompilation.Cyrille Bagard
2016-12-12Applied some code refactoring to remove usages of GBinFormat in favor of GExe...Cyrille Bagard
2016-12-04Read ELF notes when requested.Cyrille Bagard
2016-11-27Saved memory space by sharing arch GObjects.Cyrille Bagard
2016-11-11Typo.Cyrille Bagard
2016-11-11Improved the way display panel binaries are tracked.Cyrille Bagard
2016-11-11Prepared the new organization of display widgets.Cyrille Bagard
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