Date: Wed, 28 Jan 1998 22:54:02 -0500 From: "Pedro F. Giffuni" <pfgiffun@bachue.usc.unal.edu.co> To: Chuck Robey <chuckr@glue.umd.edu> Cc: hackers@FreeBSD.ORG Subject: Converting binary formats (was Re: http://www.descent2.com/ddn/sources/descent1/index.html) Message-ID: <34CFFD5A.3F54BC7E@bachue.usc.unal.edu.co> References: <Pine.BSF.3.96.980128153631.341S-100000@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
A somewhat related project is being done by some OS/2 guys: http://www.io.com/~timur/win32os2.html they are using some win32 APIs (Open32) supported by OS2 to convert win32 programs to OS2. I guess we could do the same with Linux or SYSV software if the 86open project doesn't come up with any result... Cool, native Mathematica ;-). Pedro. Chuck Robey wrote: > > On Wed, 28 Jan 1998, Pedro F. Giffuni wrote: > > > FWIW, I think I saw a TASM to GAS utility in www.delorie.com, but I > > can't find it now. There's another thing, though ATT to TASM, it's not > > too difficult to turn it around. > > Don't consider using it. Ta2as is incredibly buggy, take my word for it. > I didn't even use it as a first step helper. If you need to do the > conversion, you can easily convert the .obj file to a .o with the o2c.exe > program, which seems to work ok, and then disassemble that, if need be via > gdb. > > > > > cheers, > > Pedro. > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?34CFFD5A.3F54BC7E>