UnamWebPanel icon indicating copy to clipboard operation
UnamWebPanel copied to clipboard

Can somebody change the output build to .py

Open DumbStackz4L opened this issue 1 year ago • 2 comments

  1. If somebody changes the output build to .py it would be easier for people to obfuscate plus i also will be giving out a fully written obfuscator in python with source code to the person who does this fix I'm just too lazy lol. I've been coding a lot

DumbStackz4L avatar Oct 09 '24 00:10 DumbStackz4L

Hey, what?

error0x1337 avatar Oct 09 '24 18:10 error0x1337

  1. If somebody changes the output build to .py it would be easier for people to obfuscate plus i also will be giving out a fully written obfuscator in python with source code to the person who does this fix I'm just too lazy lol. I've been coding a lot

Sadly you cant really change the output build to .py, that would require an entire rewrite of the project in Python. You could build the miner.exe using the builder program, and then take that miner.exe and store it inside a .py file as a string or something, like base64. Then if someone runs the Python file the .exe gets dropped to disk and ran, or executed directly in memory, if there is a library or code that allows you to do that in Python.

Alcinzal avatar Oct 09 '24 19:10 Alcinzal