summaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
2017-05-21Refined the whole share system for operands.Cyrille Bagard
2017-05-16Merged routines into symbols.Cyrille Bagard
2017-05-10Removed the link to binary content used for printing from instructions.Cyrille Bagard
2017-05-08Merged characters intro strings when possible in the disassembled code.Cyrille Bagard
2017-05-07Fixed the registered coverage of LEB128 raw instructions.Cyrille Bagard
2017-05-05Inserted preloaded format information from instructions instead of symbols.Cyrille Bagard
2017-04-29Improved the behavior of immediate operands display.Cyrille Bagard
2017-04-28Rewritten some security checks when printing immediate values.Cyrille Bagard
2017-04-28Escaped some characters as needed when building tooltips.Cyrille Bagard
2017-04-28RTFM'ed to avoid segfaults when calling isprint().Cyrille Bagard
2017-04-22Shared target operands in memory when possible.Cyrille Bagard
2017-04-20Shared immediate operands in order to avoid useless allocations.Cyrille Bagard
2017-04-15Removed useless signals for immediate operands.Cyrille Bagard
2017-04-13Simplified the way links between instructions are handled.Cyrille Bagard
2017-03-29Handled areas which are not allocated in memory.Cyrille Bagard
2017-03-26Fixed the conversion of immediate operands to binary strings.Cyrille Bagard
2017-03-24Built tooltips from all kinds of operands.Cyrille Bagard
2017-03-24Built routine digest for tooltip hints.Cyrille Bagard
2017-03-23Restricted an instruction iterator to a given memory range if requested.Cyrille Bagard
2017-03-22Assigned the "sub_" prefix to subroutines and "loc_" to code labels, as expec...Cyrille Bagard
2017-03-22Ensured all string symbols referenced by instructions get a label.Cyrille Bagard
2017-03-19Provided initial features for debugging using GDB.Cyrille Bagard
2017-03-15Referenced all provided registers from operands.Cyrille Bagard
2017-03-08Reduced the number of produced reference links.Cyrille Bagard
2017-03-08Removed the instruction link type meaning there is no link.Cyrille Bagard
2017-03-07Created arrays with low memory footprint.Cyrille Bagard
2017-03-06Locked access to instruction operands when needed.Cyrille Bagard
2017-03-05Compressed the size of operands with no alternative rendering.Cyrille Bagard
2017-03-03Limited the quantity of binary code shown for arrays.Cyrille Bagard
2017-03-02Filled rendering lines with relative binary contents.Cyrille Bagard
2017-02-28Defined abstract packed buffers to transfert data.Cyrille Bagard
2017-02-25Fixed ARM register comparison.Cyrille Bagard
2017-02-14Fixed the creation of distribution tarballs.Cyrille Bagard
2017-02-14Fixed a typo that breaks compilation if DEBUG is not defined.Cyrille Bagard
2017-01-27Avoided deadlocks in access to instruction sources and destinations.Cyrille Bagard
2017-01-27Fixed links between instructions for conditional branches.Cyrille Bagard
2017-01-15Improved symbol resolving using fully defined locations.Cyrille Bagard
2017-01-13Fortified the tree of binary portions.Cyrille Bagard
2017-01-08Fixed the behavior of the instruction iterator.Cyrille Bagard
2017-01-06Checked if a symbol exists right before adding it to the symbol list.Cyrille Bagard
2017-01-02Unlinked instructions to save memory.Cyrille Bagard
2016-12-31Updated all copyrights.Cyrille Bagard
2016-12-30Rewritten the line buffers using generators and on-demand building to save me...Cyrille Bagard
2016-12-29Avoided a crash by creating an empty function to dump ARMv7 stats.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