Search code examples
Parsing output from nm command with awk...

bashshellawknm

Read More
debug_info/debugging symbols: why isn't nm displaying them for my executable?...

debug-symbolsnm

Read More
Why nm libc.so reports no symbols?...

gcclibcnm

Read More
Why do I get an undefined reference to a symbol that is defined in the library I am linking?...

clinkerundefined-referencenmraylib

Read More
How to extract symbols and see their offset in the file...

linuxshared-librariessymbolselfnm

Read More
nm: command not found despite latest binutils installed Ubuntu 20.04...

ubuntudebiangmpbinutilsnm

Read More
NM linux command output meaning...

linuxstatic-librariessymbolsstatic-linkingnm

Read More
Microsoft equivalent of the nm command...

symbolsnm

Read More
How to know the visibility of a symbol in an object file...

c++cunixnm

Read More
‘ldd -r’ equivalent on macOS...

macoslddnmotool

Read More
For an OS X executable, how to display which library an undefined symbol is expected in?...

macoslinkermach-onmotool

Read More
`nm` and `objdump` unknown dollar signed symbol...

cembeddedobjdumpbinutilsnm

Read More
Function address is different in nm output and gdb...

clinuxgdbnm

Read More
What is the first column of nm output?...

clinuxnm

Read More
How to patch 3rd party .so file, to access non-exported symbol (C++)...

c++reverse-engineeringldnmreadelf

Read More
nm output missing symbol name...

symbolselfnm

Read More
Why nm hides .rela.eh_frame and .rela.text in .o files?...

celfrelocationnm

Read More
Is there an easy way to tell which C++ classes are abstract from a shared object library?...

c++shared-librarieselfobjdumpnm

Read More
How do I find out where main() is defined in a big project?...

cobjdumpdwarfnmreadelf

Read More
Can't find .dtors and .ctors in binary...

cconstructordestructorobjdumpnm

Read More
Strange symbol name in output of nm command...

clinuxlinkernm

Read More
Where is the __cpuid_count function found on osx in it's shared library?...

cmacosnm

Read More
Can I identifying unused C++ header by looking at the symbols in the binary?...

c++headerlinkernm

Read More
nm: some symbols are not related to any source file...

elfdebug-symbolsbinutilsnmaddr2line

Read More
How to check macros defined in .so? I'd use nm to check the function, is there a way to do the s...

clinux.sonm

Read More
Building libcurl with static linking to openssl...

openssllibcurlstatic-linkingnm

Read More
Filter the output of GNU nm by section...

elfbinutilsnm

Read More
How to display local (non-external) symbols in a C-program using `nm` on macOS?...

cmacosx86symbolsnm

Read More
How to dump path to source from object-file...

cgccobjdumpobject-filesnm

Read More
Incorrect output of `nm` on GCC LTO fat object files...

cgccnmlto

Read More
BackNext