开发者

Retrieving address of a function from ExE or Bin file

开发者 https://www.devze.com 2022-12-19 05:07 出处:网络
Which program can you recommend for me if I want to retrieve dissasembled code and a开发者_高级运维bsolute addresses of functions placed in exe file or binary file ??For Unix/Linux: use \'nm\' or \'ob

Which program can you recommend for me if I want to retrieve dissasembled code and a开发者_高级运维bsolute addresses of functions placed in exe file or binary file ??


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消