From: Derrick M. <der...@gm...> - 2020-05-12 18:56:24
|
Hi, Is there some way that I can load a shared library into the client address space? I am trying to do some dynamic analysis on shared libraries, and I would like to have the dynamic loader load a specified shared library into the client to run my analysis. Alternatively, I could write a small program that just calls dlopen(), but then I would need a way to track the dlopen() call. Any ideas? Thanks. -- Derrick McKee Phone: (703) 957-9362 Email: der...@gm... |