Hello All,
I am looking for a way to read from a lib file to see the classes and fuctions defined there. I read about dumpbin and objdump, what is the difference between them and how can I use them? Where can I get the dumpbin utility? I couldn't find it in my VC6 IDE!
I would really appreciate your quick replay...
Regards
dumpbin and objdump
check this URL
http://www.cs.helsinki.fi/u/mraento/symbian/reverse.html
download the perl script on the site and use it to generate the header file of the desired library.
And good luck in reverse engineering the library, 😊
If u needed any more help feel free to mail me,
[email][email protected][/email]
11111New11111 wrote:Hello All,
I am looking for a way to read from a lib file to see the classes and fuctions defined there. I read about dumpbin and objdump, what is the difference between them and how can I use them? Where can I get the dumpbin utility? I couldn't find it in my VC6 IDE!
I would really appreciate your quick replay...
Regards