Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 719 Bytes

README.rst

File metadata and controls

15 lines (12 loc) · 719 Bytes

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
  • python.exe -m pip install .
  • python runner.py --gcc_tools_base="C:\Program Files (x86)\Arm GNU Toolchain arm-none-eabi\13.3 rel1\bin\arm-none-eabi-" --elf_file ./Test.elf