Announce: The bintrans Dynamic Binary Translator

"Mark Probst" <schani@mips.complang.tuwien.ac.at>
15 Jul 2002 23:50:06 -0400

          From comp.compilers

Related articles
Announce: The bintrans Dynamic Binary Translator schani@mips.complang.tuwien.ac.at (Mark Probst) (2002-07-15)
| List of all articles for this month |

From: "Mark Probst" <schani@mips.complang.tuwien.ac.at>
Newsgroups: comp.compilers
Date: 15 Jul 2002 23:50:06 -0400
Organization: Compilers Central
Keywords: tools, translator
Posted-Date: 15 Jul 2002 23:50:06 EDT

bintrans is a dynamic binary translator. That means it runs programs
on architectures they were not compiled for. It does this by
dynamically translating the machine code of the programs to be run to
machine code for the native architecture.


Currently, bintrans features translators from i386 to PowerPC and from
PowerPC to Alpha. It only supports Linux binaries.


bintrans is still in its early development stages, so don't expect it
to run Mozilla. However, it already runs SPECINT95 benchmarks and a
few small X applications.


bintrans is provided under the terms of the GNU General Public Licence
(GPL) and can be downloaded from the bintrans homepage at


    http://www.complang.tuwien.ac.at/schani/bintrans/


--
Mark Probst http://www.complang.tuwien.ac.at/schani/


Post a followup to this message

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