TheCuteOwl / development-tools-deobfuscator

Here is a python deobfuscator to deobfuscate any script made with development-tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

forthebadge forthebadge




⚠️ HOW TO USE IT :

  • How to use it :

    • Open obfuscated.txt and replace everything with the obfuscated script you want to deobfuscate
    • You need to modify this magic = 'cHJpbn' love = 'DbW3Il' god = 'IHNleH' destiny = 'xaXD==' With your script
  • Now launch main.py

  • It will decompiled it and write the deobfuscate code in deobfuscated.txt

  • Like the obfuscated stuff in my program will give you print('ur sexy')

** OLD VERSION IF PROBLEM **

  • Modify the program with any IDE : Notepad, Notepad++, VScode or other

modify magic = 'cHJpbn' love = 'DbW3Il' god = 'IHNleH' `destiny = 'xaXD=='

with your obfuscated script and start main.py




⚠️ To make the program work you need to install this :

✔️ All the library i use :

  • Base64 And Codecs

⚠️ If it doesnt work just use https://www.base64decode.org/ and https://rot13.com/ :

Magic is base64

Love is rot13 and base64

god is base64

Destiny is rot13 and base64


⚠️ Important information :

  • Please use this program only for educational purposes.

  • It is not meant to be used in any malicious way, and I decline any responsibility for what you do with it.

  • Want to support me ? Leave a star ⭐

  • You want to contribute or you find a issues feel free to check
    issues page

About

Here is a python deobfuscator to deobfuscate any script made with development-tools

License:Apache License 2.0


Languages

Language:Python 100.0%