grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] New tool to convert pe image to elf


From: Bean
Subject: [PATCH] New tool to convert pe image to elf
Date: Wed, 23 Jul 2008 05:56:16 +0800

Hi,

This patch add a new tool grub-pe2elf, which can be used to convert pe
image created by cygwin. It's written using grub environment, no
external library or tool is required. For example, to convert pe
module hello.mod to elf:

grub-pe2elf hello.mod

The relocation issue is fixed, I also remove the underscore from
variable names, so that they're the same as linux version. The
converted elf module can be used interchangeable with those generated
in linux.

-- 
Bean

Attachment: pe2elf.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]