UnamSanctam / UnamWebPanel

MIT License
179 stars 58 forks source link

Can somebody change the output build to .py #424

Open DumbStackz4L opened 1 month ago

DumbStackz4L commented 1 month ago
  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
error0x1337 commented 1 month ago

Hey, what?

Alcinzal commented 1 month ago
  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.