How to find dll loaded by a process in AIX?

Posted by Priyank Bolia on Stack Overflow See other posts from Stack Overflow or by Priyank Bolia
Published on 2010-01-15T07:59:04Z Indexed on 2010/04/03 21:03 UTC
Read the original article Hit count: 323

Filed under:
|
|

How to find which dynamic libs .so are loaded currently by a process, also those dll are dynamically loaded with dllopen. I want to debug a process to find out which libs its using currently.

© Stack Overflow or respective owner

Related posts about aix

Related posts about debug