News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Offset

Started by anuradha, November 14, 2007, 05:18:33 AM

Previous topic - Next topic

anuradha

hi people
can any one tell me what is offset address??
how can I find the offset of an EXE file????
thanks :P :P

Cyrus

What do you mean by the offset of an exe file?

ragdog

hi

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

you can read the offset and hexbytes with a hexeditor

greets
ragdog

donkey

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
"Ahhh, what an awful dream. Ones and zeroes everywhere...[shudder] and I thought I saw a two." -- Bender
"It was just a dream, Bender. There's no such thing as two". -- Fry
-- Futurama

Donkey's Stable

Rainstorm

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 ?