summaryrefslogtreecommitdiff
path: root/src/arch/arm/v7/fetch.c
AgeCommit message (Expand)Author
2017-12-02Created a plugin for the ARM support.Cyrille Bagard
2017-11-26Increased the reference counter for provided operands and updated code.Cyrille Bagard
2017-08-16Kept only the first submission when preloading instructions.Cyrille Bagard
2017-07-12Taken into account that raw immediate values can be used more than once.Cyrille Bagard
2017-07-12Removed the too complex memory share system.Cyrille Bagard
2017-05-05Inserted preloaded format information from instructions instead of symbols.Cyrille Bagard
2017-04-20Shared immediate operands in order to avoid useless allocations.Cyrille Bagard
2017-03-15Referenced all provided registers from operands.Cyrille Bagard
2017-03-06Locked access to instruction operands when needed.Cyrille Bagard
2017-01-06Checked if a symbol exists right before adding it to the symbol list.Cyrille Bagard
2016-12-31Updated all copyrights.Cyrille Bagard
2016-12-17Removed debug output.Cyrille Bagard
2016-12-13Ensured all symbol comments match their symbol address.Cyrille Bagard
2016-12-12Applied some code refactoring to remove usages of GBinFormat in favor of GExe...Cyrille Bagard
2016-11-03Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.Cyrille Bagard
2016-05-24Attached priority levels with disassembly starting points.Cyrille Bagard
2016-05-22Extended the compiler to transform all the new ARMv7 encoding definitions.Cyrille Bagard
2016-04-24Handled hooks and rules in Dalvik opcodes definitions.Cyrille Bagard
2015-12-16Tracked the ARM/Thumb areas in a clever way with levels.Cyrille Bagard
2015-10-14Forced the full definition of locations to fix the search of symbols.Cyrille Bagard
2015-07-24Replaced all remaining raw accesses to binary contents with the GBinContent w...Cyrille Bagard
2015-07-09Tried to use virtual addresses as often as possible.Cyrille Bagard
2015-03-31Saved some progress in the definition of basic blocks.Cyrille Bagard