SkillAgentSearch skills...

Rabbithole

Cumulative cyclomatic complexity calculation for Ghidra

Install / Use

/learn @v-p-b/Rabbithole
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Rabbit Hole - Cumulative Cyclomatic Complexity for Ghidra

This script calculates the sum of the cyclomatic complexities of functions reachable from any function. Calculated results are appended to function names as _cc%d.

Presenting results

Recently I've been becoming a believer in storing meta information in names so it is immediately visible when browsing any code representation (partially inspired by this talk).

That being said representing this information as comments may be desirable. If you want this feature, please use the issue tracker!

Results are also presented to the user as a simple table, that can be sorted, filtered and exported.

View on GitHub
GitHub Stars20
CategoryDevelopment
Updated1mo ago
Forks3

Languages

Python

Security Score

75/100

Audited on Feb 26, 2026

No findings