IDAmetrics
IDAmetrics copied to clipboard
IDA plugin for software complexity metrics assessment
I use IDA pro 6.95, and python 2.7, I get the attributeError:"module" object has no attribute "get_func_name" in line 269 of start_analysis function_name = idc.get_func_name(function_ea) Can you please help me...
c++ exception
Hi, Again, we are appreciate your plugin file. It is very powerful and useful. However, we want to use 64bit version for our research. I know you are busy in...
It's possible to increase performance of the routine complexity calculation because we can do it in parallel threads.
We need to support analysis of single routine. e.g user click on the routine and starts script that generates complexity.
We need the following pages: 1. How to install 2. How to use IDAMetrics-static, dynamic, code coverage tool 3. Metrics description 4. Detailed results of effectiveness assessment
For some reasone IDAMetrics-static sometimes may cause errors in IDA fo apps that larger than 20-25MB.
We can implement additional evaluation for Henry & Cafura metric after dynamic code analysis.
We need special algorithm instead of idc.GetFunctionName for "red" zones.
Now we can't identify fastcall functions, so we need this functionality.