Search This Blog

Wednesday, February 3, 2010

Tools for exploring executable/ library files

For Linux -
objdump
"$ man objdump" will be best guide than any other link.


For Windows -
dumpbin

I do not want to unnecessarily waste the web space by rewriting the information already available on internet.

Few things which you with these utilities -
1. Get assembly language code from executable/ DLL.
2. Get the header information.
Explore these tools and enjoy.

I will also mention here tool called hex editor which can be used to edit a binary file :). I do not know how to use it - hope I will learn it someday.

No comments:

Post a Comment