size
April 17, 2015 ยท View on GitHub
Shows size of each memory part of a executable:
gcc -c a.c
gcc a.o
size a.out a.o
- text: instructions
- data: init and
uinitdata decandhex: size of executable in decimal and hexadecimal
April 17, 2015 ยท View on GitHub
Shows size of each memory part of a executable:
gcc -c a.c
gcc a.o
size a.out a.o
uinit datadec and hex: size of executable in decimal and hexadecimal