Skip to content

Analyses C/C++ build output for code size, static variables, and stack usage

License

Notifications You must be signed in to change notification settings

vlad230596/puncover

 
 

Repository files navigation

puncover

https://raw.githubusercontent.com/HBehrens/puncover/master/images/overview.png

Analyzes C/C++ binaries for code size, static variables and stack usages. It creates a report with dissambler and call-stack analysis per directory, file, or function.

Run
  • pip install .
  • python runner.py --arm_tools_dir="C:\Program Files (x86)\GNU Tools Arm Embedded\9 2019-q4-major" --elf_file Test.elf

About

Analyses C/C++ build output for code size, static variables, and stack usage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 80.1%
  • HTML 17.2%
  • CSS 1.8%
  • Shell 0.9%