Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for x64 native stub #19

Open
baiyies opened this issue Dec 1, 2021 · 4 comments
Open

support for x64 native stub #19

baiyies opened this issue Dec 1, 2021 · 4 comments

Comments

@baiyies
Copy link

baiyies commented Dec 1, 2021

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

@bytecode77
Copy link
Owner

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.

@timeyers
Copy link

timeyers commented Dec 6, 2021

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

@bytecode77
Copy link
Owner

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.

@varysuzuki
Copy link

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 🤨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants