Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

static code analysis for assembly language

Are there any open-source tools or libraries for static code analysis of simple custom assembly-like languages (for automatically generated programs) and what are they capable of (detecting unused code/registers, giving high-level expressions for code segments, call graphs etc.)? Which algorithms do exist in this field?

like image 940
Thomas Avatar asked Aug 23 '10 07:08

Thomas


1 Answers

Here is a link that has been sitting in my bookmarks for a while: I have meant to take a deeper look at it but I never found the time to: Vine/Bitblaze.

like image 122
Pascal Cuoq Avatar answered Oct 20 '22 10:10

Pascal Cuoq