ldd command show dependencies of library.
usage:
ldd /lib/file.name
objdump command list the information of library.
This command can be used to check if some method was compiled in this library.
usage :
objdump -t /lib/file.name | grep method
No comments:
Post a Comment