Re: convert x86 assembly to c ?

Martin.Ward@durham.ac.uk (Martin Ward)
25 Sep 2000 13:22:30 -0400

          From comp.compilers

Related articles
convert x86 assembly to c ? winsim@winsim.com (Lynn McGuire) (2000-09-24)
Re: convert x86 assembly to c ? s337240@student.uq.edu.au (Trent Waddington) (2000-09-25)
Re: convert x86 assembly to c ? Martin.Ward@durham.ac.uk (2000-09-25)
Re: convert x86 assembly to c ? dlindauer@notifier-is.net (david lindauer) (2000-09-25)
Re: convert x86 assembly to c ? winsim@winsim.com (Lynn McGuire) (2000-09-25)
Re: convert x86 assembly to c ? winsim@winsim.com (Lynn McGuire) (2000-09-28)
Re: convert x86 assembly to c ? vbdis@aol.com (2000-09-28)
Re: convert x86 assembly to c ? bsheff2@yahoo.com (2000-10-01)
| List of all articles for this month |

From: Martin.Ward@durham.ac.uk (Martin Ward)
Newsgroups: comp.compilers
Date: 25 Sep 2000 13:22:30 -0400
Organization: Compilers Central
References: 00-09-172
Keywords: disassemble

"Lynn McGuire" <winsim@winsim.com> writes:
> Does anyone know of a good tool to convert x86 assembly to C code ?


Software Migrations Ltd, Durham University and (now) De Montfort University
have done a lot of work with converting IBM 370 Assembler to C code.
This is not just a transliteration of the assembler but includes
a lot of program transformations and control and data flow analysis.


My web site (with various papers): http://www.dur.ac.uk/~dcs0mpw/


Software Migrations web site (for information about the commercial
FermaT code comprehension and migration workbench): http://www.smltd.com


More recently I have started working with Cristina Cifuentes
(http://www.it.uq.edu.au/~cristina/), who has done a lot of work on
binary translation, to take the output of her x86 parser and migrate
it to WSL and from there to C.


Martin


Martin.Ward@durham.ac.uk http://www.dur.ac.uk/~dcs0mpw/ Erdos number: 4


Post a followup to this message

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