EXE format

Started by
2 comments, last by thooot 19 years, 4 months ago
How can i find the exact byte number in the exe which is the first assembler command for the program, like i will see if i use a debugger on it. i tried the cs * 16 + ip of the EXE header but it wasn't exactly it. Does any1 have an idea?
Advertisement
Hi UriKiller,

you may find additional informations about the EXE file format on wotsit.

HTH,

Emmanuel D. (posting as an AP, because I wanted to do it once in my life)
Maybe you're looking at the DOS header of a windows executable. Every windows executeable has got a DOS-header first, then a small DOS program (which prints something like "This program cannot be run in DOS mode"" to the screen), then the windows header. Further information:

http://www.ctyme.com/intr/rb-2939.htm
Visit our homepage: www.rarebyte.de.stGA
PE format

article part 1

article part 2

This topic is closed to new replies.

Advertisement