I'm trying to understand the outputs of nm command, but I'm not able to find g, G, p, S and s types on my object files or executables.
I tried to code many C programs, compiling those files with differents gcc flags but I didn't succeed :/
Any tips ?
Thanks in advance ;)
What I've tried so far:
nmon several ELF64 and ELF32 not stripped executables/bin/*,/usr/bin/*, ...nmOn my own.o(ELF) files and executables (ELF)nmOn several dynamic libraries (.so/ ELF):/usr/share,/usr/lib, ...