calling functions in another executable

pkc4rs_at_lycos.com
Date: 12/31/04


Date: 30 Dec 2004 16:09:07 -0800

Hello,

I have a UNIX GCC executable with a function that I want to call from a
separate exe. I know the address and function signature from using the
"dis" disassembler. Is there a way to link into that executable (it
has its own main) from a separate executable with a main() at run time
and call that function in the 2nd executable? This is my last resort
since we don't have the source code to the function but we still have
programs compiled with it!

Thanks,
Carl