what is de4py?
De4py are an Advanced python deobfuscator with a beautiful UI and a set of Advanced features that enables malware analysts and reverse engineers to deobfuscate python files and more.| Feature | Function |
|---|---|
| Deobfuscation | De4py support some popular obfuscators, like: Jawbreaker, BlankOBF, PlusOBF, Wodx |
| Pycode Execution | Executing your python code inside the process which can be useful in many cases to make the program do something you want to make it do, for example if the program have licensing and it calls the real "main" only if you bought the program you can call it directly. |
| Strings Dump | Dumping Strings in the python process and saving it as a file which can be pretty useful to extract data from memory such as webhooks. |
| Removing Exit Function | Removing the exit function which can be extremely useful if the python program tried to exit itself if it found a debugger or a VM |
| Getting All Functions | Getting all functions inside the python process which can be really useful when trying to modify a python function in memory |
| Pyshell GUI | Custom GUI to make it easy to execute python code inside the desired process. |
| GUI and Console Support | De4py supports both console and GUI, but why use console when you can have a nice-on-the-eyes GUI, am i right? ;) |
All contributions are welcomed.
This tool are for educational purposes only, never try deobfuscating someone's software without permission, me (Fadi002) are not responsible for any kind of misuse.
this tool are licensed under GNU General Public License v3.0.




