> 
> 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

Reply via email to