[Top][All Lists]
[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
pe2elf.diff
Description: Text Data
- [PATCH] New tool to convert pe image to elf,
Bean <=
- Re: [PATCH] New tool to convert pe image to elf, Christian Franke, 2008/07/22
- Re: [PATCH] New tool to convert pe image to elf, Bean, 2008/07/23
- Re: [PATCH] New tool to convert pe image to elf, Bean, 2008/07/23
- Re: [PATCH] New tool to convert pe image to elf, Christian Franke, 2008/07/23
- Re: [PATCH] New tool to convert pe image to elf, Christian Franke, 2008/07/23
- Re: [PATCH] New tool to convert pe image to elf, Bean, 2008/07/23
- Re: [PATCH] New tool to convert pe image to elf, Christian Franke, 2008/07/24
- Re: [PATCH] New tool to convert pe image to elf, Bean, 2008/07/24