Sh3Rm4n / linkermapviz

GNU ld linker map visualization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

linkermapviz

Interactive visualization of GNU ld’s linker map with a tree map. Usage:

pip install .
gcc -Wl,-Map,output.map -o output input.c
linkermapviz < output.map

Works best with -ffunction-sections -fdata-sections and statically linked code (e.g. for bare-metal embedded systems).

About

GNU ld linker map visualization

License:MIT License


Languages

Language:Python 100.0%