nccnavi
C source code analyzer
Install
- All systems
-
curl cmd.cat/nccnavi.sh
- Debian
-
apt-get install ncc
- Ubuntu
-
apt-get install ncc
- Kali Linux
-
apt-get install ncc
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ncc
- Raspbian
-
apt-get install ncc
- Dockerfile
- dockerfile.run/nccnavi
ncc
C source code analyzer
A small, extensible tool that provides program analysis data of C source code. This data can be used to analyze the function call flow of programs with tools such as graphviz and springgraph. Included with this distribution is nccnav that can be used to study the call hierarchy of C source code on a text-mode console.