> 
> On 04-Feb-00 Marco van de Voort wrote:
> > 
> > 
> > How can I disassemble ELF programs?
> > 
> > I need to create my own startup code for FPC programs. 
> > (copying some variables before pascal code startup)
> 
> Try 'objdump -d'.  It's more readable if you don't strip the program.
> You can also use this to disassemble object files as well, so you
> could just 'objdump -d /usr/lib/crt0.o'.

The question is not "how" but "why"?  You already have access to the 
source...

-- 
\\ Give a man a fish, and you feed him for a day. \\  Mike Smith
\\ Tell him he should learn how to fish himself,  \\  [EMAIL PROTECTED]
\\ and he'll hate you for a lifetime.             \\  [EMAIL PROTECTED]




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to