issues
search
HBehrens
/
puncover
Analyses C/C++ build output for code size, static variables, and stack usage
MIT License
431
stars
94
forks
source link
aarch64 support
#103
Open
ivan7wl
opened
3 months ago
ivan7wl
commented
3 months ago
puncover parsing aarch64 elf files using arm-none-eabi-objdump (nm), but the aarch64-linux-gnu-objdump (nm) should be used.
fix 64bit address parsing, refer to this
https://github.com/HBehrens/puncover/pull/51