pe-union icon indicating copy to clipboard operation
pe-union copied to clipboard

support for x64 native stub

Open baiyies opened this issue 2 years ago • 4 comments

Hello sir, it's a really awesome tool. Could you please add x64 native stub, so that I can runpe my x64 pe file.

baiyies avatar Dec 01 '21 01:12 baiyies

A native x64 binary written in FASM64 is on the agenda. However, I will probably not get to implement it until end of 2022 (roughly).

Just letting you know I'm aware that this would make a really nice feature - but I need to find the time to implement it. I'm leaving the issue open, because it's a really useful feature suggestion.

In the meantime, the .NET stub does support x64 RunPE. If a .NET binary is useful to you, you can use the .NET stub.

bytecode77 avatar Dec 01 '21 17:12 bytecode77

Hello sir, it's a really awesome tool. Could you please add x64 native stub, so that I can runpe my x64 pe file.

Have you been able to re-fud it? I am currently working on this project

timeyers avatar Dec 06 '21 10:12 timeyers

I'm actually not intending in keeping it FUD (See this article for a detailed description about the reasons). If you're working on this project, then the good news is that it's actually easy to modify and make it FUD, because the architecture is organized in such a way that it is easy to create a private version of this public stub.

If you have specific questions about implementation details that help you to create a FUD private stub, please create a new issue in this GitHub issues board. I'll be happy to help you in finding the right place to start if you want to work and modify this project.

bytecode77 avatar Dec 06 '21 12:12 bytecode77

A native x64 binary written in FASM64 is on the agenda. However, I will probably not get to implement it until end of 2022 (roughly).

Just letting you know I'm aware that this would make a really nice feature - but I need to find the time to implement it. I'm leaving the issue open, because it's a really useful feature suggestion.

In the meantime, the .NET stub does support x64 RunPE. If a .NET binary is useful to you, you can use the .NET stub.

it is the end of 2022 🤨

varysuzuki avatar Jan 09 '23 22:01 varysuzuki