Hi,
I am just wondering if there is an Linux equivalent to Novels nlist(). nlist() does the following:
Privileged processes calling nlist() should beware of the possibility of an unexpected file being substituted as the operand.
The nlist() function returns symbol table information for the specified symbol names, for the executable file whose name is supplied as an argument.
Thanks, Rob