summaryrefslogtreecommitdiff
path: root/src/analysis/blocks
AgeCommit message (Expand)Author
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-05-29Removed the warnings from automake by replacing the deprecated 'INCLUDES' by ...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-20Took care of shared allocations between blocks when converting registers.Cyrille Bagard
2013-01-13Defined the registers allocation needs for each basic block.Cyrille Bagard
2013-01-10Simplified the decompilation process by using links between basic blocks.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