Re: motorola 68000 assembly to C translator.

Hedley Rainnie <hedley@msgto.com>
30 Jul 1999 22:47:05 -0400

          From comp.compilers

Related articles
motorola 68000 assembly to C translator. yadid@mmi.co.il (yadid ayzenberg) (1999-06-27)
Re: motorola 68000 assembly to C translator. Sid-Ahmed-Ali.TOUATI@inria.fr (Sid Ahmed Ali TOUATI) (1999-07-23)
Re: motorola 68000 assembly to C translator. cranescale@cs.com (1999-07-23)
Re: motorola 68000 assembly to C translator. ertr1013@student.csd.uu.se (Erik Trulsson) (1999-07-28)
Re: motorola 68000 assembly to C translator. hedley@msgto.com (Hedley Rainnie) (1999-07-30)
| List of all articles for this month |

From: Hedley Rainnie <hedley@msgto.com>
Newsgroups: comp.compilers
Date: 30 Jul 1999 22:47:05 -0400
Organization: Compilers Central
Keywords: disassemble, C

Cristina Cifuentes's PhD thesis was on decompilation (reverse
compilation techniques). The thesis and source code for x86 binaries
to C is at the link below. You could adapt it for 68k. The cool thing
about the work is the extraction of structure from the binary. Your
job might be easier since you have source assembly. Very interesting
work I think.


http://www.csee.uq.edu.au/~csmweb/dcc.html


Cristina's home page (lots of interesting things)
http://www.it.uq.edu.au/~cristina/


Hedley


hedley@msgto.com


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.