> > Kevin Day wrote: > > > > Is there a simple way that I can lookup a symbol name(by address) during > > runtime? > > man dlopen. > I looked at this.. I see how I can dlopen my own executable, and dlsym() will let me get addresses from symbol names, but how do I do the reverse? I have an address and need to get the symbol name from it, not vice versa. -- Kevin Day [EMAIL PROTECTED] - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message
- Access to symbol table(including dynamics) at runtime Kevin Day
- Re: Access to symbol table(including dynamics) at ru... Peter Pentchev
- Re: Access to symbol table(including dynamics) at ru... Farooq Mela
- Re: Access to symbol table(including dynamics) at ru... Dan Nelson
- Re: Access to symbol table(including dynamics) a... Kevin Day
- Re: Access to symbol table(including dynamic... Alfred Perlstein
- Re: Access to symbol table(including dynamics) at ru... Kevin Day
- Re: Access to symbol table(including dynamics) a... Seth Kingsley