I’m trying to see how many code blocks are not necessary for common software under common usage scenarios. Is there a static binary analysis tool that can calculate the total basic block number of a Linux ELF that? Answer Okay, I wrote a script using Angr to obtain all the basic blocks:
Tag: static-analysis
Analyse .NET code with SonarQube on Linux platform
I need to perform static code analysis of .NET project using SonarQube. I have 2 machines: Linux with Sonar Server Windows with .net code and its tools (Fxcop, …) I need to perform analysis on Windows and push the results to Sonar Server on Linux machine. Can someone help me with this? Answer First you need to have the appropriate