Which program can you recommend for me if I want to retrieve dissasembled code and absolute addresses of functions placed in exe file or binary file ??
+1
A:
For Unix/Linux: use 'nm' or 'objdump'. For Windows use 'dumpbin'
Edit: As oneat pointed out he did not have Visual C++, it might be better to download OpenWatcom C++, which has the equivalent functionality called 'wdump.exe' bundled with it. Here is another site that contains the tools and what they do on wikibooks.
Hope this helps, Best regards, Tom.
tommieb75
2010-01-31 18:31:07
Something without visual c++, please.
oneat
2010-01-31 18:48:26
@oneat: That is a command line tool!
tommieb75
2010-01-31 18:51:39
I don't have this utility in windows XP!It needs Visual C++ installed!
oneat
2010-01-31 18:52:55
@oneat: Please see my edited answer...you should check out the open source Watcom C++ compiler which will have wdump installed.
tommieb75
2010-01-31 19:09:17