Re: conversion ELF -> .EXE windows
- From: roberson@xxxxxxxxxxxxxxxxxx (Walter Roberson)
- Date: Thu, 31 Jan 2008 03:10:42 +0000 (UTC)
In article <fnr6c5$hdn$1@xxxxxxxxxxxxx>, <christophe.4.news@xxxxxxxxx> wrote:
Is there a free tool able to convert a *static* ELF executable (without
import table) into a Windows .EXE (PE) ?
Ummm, like a Playstation executable file? If so then that
is a non-trivial task, as Playstation is MIPS CPU based,
and MIPS uses a completely different machine language than
Windows for Intel type chips.
In theory if you had code that was not self-modifying, you
could read an ELF file with MIPS code as if it were a type
of source code, and compile that code for Windows. Not many
programs do it that way, though: emulators are more common.
--
"Okay, buzzwords only. Two syllables, tops." -- Laurie Anderson
.
- References:
- conversion ELF -> .EXE windows
- From: christophe . 4 . news
- conversion ELF -> .EXE windows
- Prev by Date: Re: conversion ELF -> .EXE windows
- Next by Date: Getting user input in Linux?
- Previous by thread: Re: conversion ELF -> .EXE windows
- Next by thread: Getting user input in Linux?
- Index(es):
Relevant Pages
|
|