hi people
can any one tell me what is offset address??
how can I find the offset of an EXE file????
thanks :P :P
What do you mean by the offset of an exe file?
hi
http://en.wikipedia.org/wiki/Offset_(computer)
you can read the offset and hexbytes with a hexeditor
greets
ragdog
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
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 ?