summaryrefslogtreecommitdiff
path: root/src/analysis/blocks/flow.c
AgeCommit message (Expand)Author
2016-12-30Deleted old code.Cyrille Bagard
2016-11-03Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.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-04-20Protected all concurrent accesses to sources and destinations of instructions.Cyrille Bagard
2016-04-02Handled all routines disassembling processing in one place.Cyrille Bagard
2015-06-12Improved loading speed with binary search of sorted arrays.Cyrille Bagard
2015-04-06Done some refactoring in order to make the code more GObject-friendly.Cyrille Bagard
2015-04-04Updated the disassembling process order and defined ranks for basic routines.Cyrille Bagard
2015-03-21Restored a limited but working version of basic blocks definitions.Cyrille Bagard
2014-04-28Updated all copyright headers.Cyrille Bagard
2013-03-19Defined the first steps towards new graph renderings.Cyrille Bagard
2013-02-02Closed some switch cases with a 'break' keyword.Cyrille Bagard
2013-01-31Saved the first steps of switch instructions decompilation.Cyrille Bagard
2013-01-26Provided some debug helpers as plugin samples.Cyrille Bagard
2013-01-13Defined the registers allocation needs for each basic block.Cyrille Bagard
2013-01-09Restored some parts of the decompilation process using the new basic blocks.Cyrille Bagard
2013-01-05Refined the definition of basic blocks and used them to build extra clusters ...Cyrille Bagard
2013-01-01Fixed the computing of basic blocks and used them in graphic views.Cyrille Bagard
2012-12-18Created a proper panel for the Android permissions in the editor.Cyrille Bagard
2012-12-08Cut instructions flow into blocks (to be continued).Cyrille Bagard