nm Questions
4
Solved
1
Solved
Suppose we have a shared library named libtest.so, there is one function "foo" in it
use the strip to discards all symbols from libtest.so
$strip libtest.so
so ,now if we use:
$nm libtest.so
...
3
Solved
The nm the utility to list symbols in a binary doesn't include in its documentation any explanation or clue of how it got to be named nm.
I imagine some of the long experienced UNIX developers can...
Mydriasis asked 13/1, 2012 at 23:2
3
Solved
I built a dynamic lib called InterfaceLayer.so.
When I call:
> nm InterfaceLayer
As output, I get some symbols that look like:
00000e28 T _Z5startv
while I was expecting it to be "start&q...
1
Solved
I would like to examine object files on Windows similar to the Linux tool nm. Is this possible?
© 2022 - 2024 — McMap. All rights reserved.