Blank-c / BlankOBF

BlankOBF is a Python obfuscation tool designed to make Python programs harder to understand for casual users. It offers advanced obfuscation techniques and customization options, making it seamless to integrate into your development workflow.
MIT License
94 stars 19 forks source link

De obfuscate #8

Closed ghost closed 1 year ago

ghost commented 1 year ago

Someone made a very malicious script with this obfuscator, can you help deobfuscate it?

Blank-c commented 1 year ago

This script uses python byte code, so the final layer cannot be deobfuscated manually. You need to use tools like decompyle3 or uncompyle6 but both of them are outdated as of now. So unfortunately, it cannot be deobfuscated easily. What you can do is debug the script line by line to see the upcoming code and change it the way you like.

ghost commented 1 year ago

can you just decompile the script that i will give ?

Blank-c commented 1 year ago

can you just decompile the script that i will give ?

Like I said I cannot "decompile" the script, but I could try something (still very low chance of success) if you want. DM me the script on discord: Blank?#0886