I need to identify the addresses of the crypto routines used in a linux executable that links to the OpenSSL library. How can I access the openssl symbol table?
address routine name
4099bc0 BF_cbc_encrypt()
40e4463 bf_cbc_cipher()
How to retrive above sort of information from openssl cyptolib?
can anyone help me to sort out this problem?