On Apr 21, 3:45 am, dhu.prasa...@gmail.com 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/documentation/DeveloperTools/Conceptual/
MachORuntime/Reference/reference.html) from the X Code documentation
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