Re: Determine location of LD_PRELOAD'ed shared libraries/functions.

2005-05-22 Thread Jake Burkholder
Marcin wrote: Hello Hackers, I'd like to find locations of functions exported by shared lib loaded into the running ptrace'd process via LD_PRELOAD. I want do determine this from tracing process. For shared libraries linked with a program i can just open the program file and search for reloca

Re: Determine location of LD_PRELOAD'ed shared libraries/functions.

2005-04-17 Thread Joseph Koshy
> Please point me to right direction, because i've got only one > idea left: grep dynamic loader for LD_PRELOAD ;). Doesn't dlsym() with handle RTLD_DEFAULT work? -- FreeBSD Volunteer, http://people.freebsd.org/~jkoshy ___ freebsd-hackers@freebsd.org