[OOT] About the symbols in binary file.

2012-01-20 Thread nilesh
Hi, The question is not completely related to kernel. But I came across similar question when debugging in kernel. I tried dissecting the SSL library using 'nm' command. It is showing the list of symbols along with some generic addresses (to be used when relocating). Also there are some

Re: [OOT] About the symbols in binary file.

2012-01-20 Thread Daniel Baluta
On Fri, Jan 20, 2012 at 11:56 AM, nilesh nilesh.tay...@netscout.com wrote: Hi, The question is not completely related to kernel. But I came across similar question when debugging in kernel. I tried dissecting the SSL library using 'nm' command. It is showing the list of symbols along with

Re: [OOT] About the symbols in binary file.

2012-01-20 Thread nilesh
On Friday 20 January 2012 03:37 PM, Daniel Baluta wrote: On Fri, Jan 20, 2012 at 11:56 AM, nileshnilesh.tay...@netscout.com wrote: Hi, The question is not completely related to kernel. But I came across similar question when debugging in kernel. I tried dissecting the SSL library using