Results 1 to 1 of 1
Hi All,
I have library named libtest.so
I need to get all the method names from the library with the return type.
By using -nm linux command i could get ...
- 10-24-2011 #1Just Joined!
- Join Date
- Oct 2011
- Posts
- 2
Return Type of Method inside library
Hi All,
I have library named libtest.so
I need to get all the method names from the library with the return type.
By using -nm linux command i could get the method names but not the return type of the method.
Is there any other mrthod to get the method names.
Thanks ,
Kamatchi


Reply With Quote