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

[BUG] Run PE infinite loop, payload not executing #3

Open
evilsh3ll opened this issue May 17, 2023 · 1 comment
Open

[BUG] Run PE infinite loop, payload not executing #3

evilsh3ll opened this issue May 17, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@evilsh3ll
Copy link

evilsh3ll commented May 17, 2023

Hello, I use windows 10, this is my input
Packer.exe C:\Users\main\Desktop\bind\ C:\Users\main\Desktop\crypted.exe 7 65 90
and 0 (Run PE) as execution option, the problem is that the payload is executed infinite times but none of them spawns the program I crypted (I tried a lot of standalone executables, none of them is spawned).
image
I tested all methods, there isn't a single one (0-5) that can execute the payload (using as target process svchost.exe or explorer.exe), I don't why. I compiled the project as x64bit Release.
image
There is also a bug in the extension name of the output file.

@KooroshRZ
Copy link
Owner

Hello there
thanks for submitting the issue and sorry about being late in case of answering
TBH the RunPE method just works for 32-bit programs
And about other methods, I should add this note that those are just for DLL files, not executable PE files.
The only method for exe files is the RunPE method which just works for 32-bit programs.

@KooroshRZ KooroshRZ self-assigned this Dec 13, 2023
@KooroshRZ KooroshRZ added the enhancement New feature or request label Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants