The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: anuradha on November 14, 2007, 05:18:33 AM

Title: Offset
Post by: anuradha on November 14, 2007, 05:18:33 AM
hi people
can any one tell me what is offset address??
how can I find the offset of an EXE file????
thanks :P :P
Title: Re: Offset
Post by: Cyrus on November 14, 2007, 05:20:57 AM
What do you mean by the offset of an exe file?
Title: Re: Offset
Post by: ragdog on November 14, 2007, 08:11:33 AM
hi

http://en.wikipedia.org/wiki/Offset_(computer)

you can read the offset and hexbytes with a hexeditor

greets
ragdog
Title: Re: Offset
Post by: donkey on November 17, 2007, 07:04:43 PM
There are several offsets in an exe file, these offset values are found in the IMAGE_OPTIONAL_HEADER of the executable. You can use WinExplorer to see the header by right clicking on a file and selecting properties, it will display a full dump of the PE and optional header in the last tab of the dialog.

Donkey
Title: Re: Offset
Post by: Rainstorm on January 07, 2008, 03:24:02 PM
donkey wrote...
QuoteYou can use WinExplorer to see the header by right clicking on a file and selecting properties, it will display a full dump of the PE and optional header in the last tab of the dialog.
Can't seem to see this..The last tab is the 'summary' tab & its all blank.. is there some properties extension for this ?