de4py v1.0.6 releases: toolkit for Python reverse engineering
de4py
De4py is an advanced Python deobfuscator with a beautiful UI and a set of Advanced features that enable malware analysts and reverse engineers to deobfuscate Python files and more.
Features
Feature | Function |
---|---|
Deobfuscation | De4py supports some popular obfuscators, like Jawbreaker, BlankOBF, PlusOBF, Wodx |
Pycode Execution | Executing your Python code inside the process can be useful in many cases to make the program do something you want to make it do, for example, if the program has 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 them as a file 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 to use a console when you can have a nice-on-the-eyes GUI, am I right? 😉 |
Changelog v1.0.6
Features added:
- CLI mode ( usage: –cli )
Download
Copyright (C) 2023 Fadi002