Re: need help in editing start entry point in EXE files
by "vze35xda@[EMAIL PROTECTED]
" <vze35xda@[EMAIL PROTECTED]
>
Apr 23, 2007 at 07:08 PM
On Apr 21, 3:45 am, dhu.prasa...@[EMAIL PROTECTED]
wrote:
> hi to all,
>
> i have to change the start entry point in the EXE files..
> i dont know, what's the content which present in the entry point in
> Hex decimal form..
> help to me.. to understand this format..
Is this a Mac or OS X question ? (Their executable files don't have
any particular extension.) You can find information about the Mach-O
format, which is the executable format in OS X. Some references are
( Mac OS X ABI Mach-O File Format Reference (http://
developer.apple.com/do***entation/DeveloperTools/Conceptual/
MachORuntime/Reference/reference.html) from the X Code do***entation
or here from the Huntsville Mac users group (http://www.hmug.org/man/5/
Mach-O.php).
If this is about a Windows exe ? Then this might help (http://
msdn.microsoft.com/msdnmag/issues/02/02/PE/default.aspx).
--jim