Description
Analyzes C source code to map function call flow and program structure. It is useful for developers reading unfamiliar C projects, documenting control flow, or checking how functions relate to each other.
Static analysis depends on build assumptions and source layout. Treat results as a navigation aid and confirm important behavior in the actual code and build configuration.