|
-
December 31st, 2012, 04:48 AM
#1
list dll library functions signature at runtime
Hi All,
I want to know how to list the all the symbols in the shared library(dll or .so file).
I dont want commands like nm or objdump or depends.exe .
I want to get the list of functions available in shared library programmatically at runtime (after calling loadlibrary/dlopen and GetProcAddress/dlsym).
Is there a way to get the complete signature of functions in a shared library??
Please help.
Regards
nrhayyal
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|