# de4py **Repository Path**: mirrors/de4py ## Basic Information - **Project Name**: de4py - **Description**: De4py 是一款高级 python 反混淆器,拥有漂亮的用户界面和一系列高级功能,可帮助恶意软件分析师和反向工程师对 python 文件等进行反混淆 - **Primary Language**: C/C++ - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: https://www.oschina.net/p/de4py - **GVP Project**: No ## Statistics - **Stars**: 10 - **Forks**: 1 - **Created**: 2023-12-18 - **Last Updated**: 2025-10-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # de4py

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. this project is maintained by me (Fadi002) and my friend AdvDebug. ## Features
Feature Function
Deobfuscation De4py support some popular obfuscators, like: Jawbreaker, BlankOBF, PlusOBF, Wodx, Hyperion, pyobfuscate.com obfuscator
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? ;)
File Analyzer an analyzer that have many features like detecting if the python program is packed and tries to unpack it if it was using pyinstaller for example, it also got a feature that shows either all strings or suspicious strings (suspicious strings like: IPs, websites, and "token" "discord" "leveldb" strings and other suspicious strings in the file) and shows them in a nice output window.
Behavior Monitoring De4py can monitor python processes and see if they opened any files handles, opened a process, wrote/readed the memory of other processes and also monitoring if the process terminated other processes, in addition to sockets monitoring (including the size of data that is being sent and the ip that is being sent/recieved from) along with dumping socket content to a file and dumping OpenSSL encrypted content decrypted into a file, and PYC dumping.
Plugins system You can add plugins to de4py to customize the theme or add custom deobfuscators plugins repo and docs here
API system You can use de4py features such as deobfusctor engine and pyshell in your own tools API docs here
## Screenshots

## Contributions All contributions are welcomed. ## Social media links At this moment we have discord only https://discord.gg/cYxxUHsbRm ## Issues Please before open issue read the [FAQ](https://github.com/Fadi002/de4py/blob/main/FAQ.md). ## Disclaimer This tool are for educational purposes only, never try deobfuscating someone's software without permission, ALL developers and contributors are not responsible for any kind of misuse. ## License Notice this tool are licensed under GNU General Public License v3.0.