bytecode77 / pe-union

Crypter, binder & downloader with native & .NET stub, evasive by design, user friendly UI
https://bytecode77.com/pe-union
BSD 2-Clause "Simplified" License
645 stars 145 forks source link

Doesn't Work #7

Closed pepeonzima1337 closed 3 years ago

pepeonzima1337 commented 3 years ago

When binding multiple files for example if I bind my exe with a portable software which depends on its files in that folder. It doesn't get executed or end up broken I tried the portable.exe execution directory option still nothing and the other file gets executed with a huge delay like 1 minute later.

bytecode77 commented 3 years ago

PEunion isn't really optimized to extract entire folder structures onto the disk. Maybe it could be helpful to create a single executable from your portable app, for example by using a self extracting archive. That way, you would have two files.

It should take less than one minute to execute, thogugh. Is the application really large, like > 100MB? Are you dropping hundreds of files? If the latter is the case, maybe creating a single file for the application in the first step and then binding it could work better.

Let me know if you could solve your problem!

pepeonzima1337 commented 3 years ago

Let me explain it you clearly. We have two main files which we want to bind.

pepeonzima1337 commented 3 years ago

I also tried it without encryption

pepeonzima1337 commented 3 years ago

You didn't bother to reply bruh!

bytecode77 commented 3 years ago

Sorry for the (very) late reply. I was a little busy recently, normally I respond quicker...

Regarding your issue: Can you provide any samples? You can, of course, exclude any confidential files and send me a dummy executable instead. It would be really helpful to have the files and the .peu file to analyze the problem. PEunion was never designed to exctract a lot of files and I would need to take a look at that.

-- furthermore --

PEunion's main problems in the current version are:

That's why I'm already planning a new major release with:

I will do my best to help you with the current version, while working on the next major release for this year. It will be a much better binder & crypter and the goal is to make it the best available.

pepeonzima1337 commented 3 years ago

Well I guess I have to wait for the newer version you are working on and there is no point to work on this version. I would prefer you keep working on the newer version and appreciate the reply from the heart bro! Keep up the good work

bytecode77 commented 3 years ago

PEunion 4.0.0

The new version of PEunion has been released. All currently open GitHub issues were addressed in the release. Additionally, the new version is a complete rewrite and addresses known issues by fundamental architectural changes.

For more info, please read the main page of PEunion to get an overview over features & functionality.

This message was posted in all currently open GitHub issues.

It there are any issues in the new version, I would like to ask everybody to create a new GitHub issue instead of posting here. This way, I will have a better overview over issues in PEunion 3.x vs 4.0