[RE. PYTHON] OPEN SOURCE,TOOL FOR PYTHON REVERSE ENGINEERING

SUB-ZER0

SUB-ZER0

Golden Member
Joined
December 4, 2025
Messages
409
Reaction score
513
Points
63
What is de4py?
. This project is maintained by Fadi002 and AdvDebug.
Features
  • Deobfuscation: de4py supports popular obfuscators like Jawbreaker, BlankOBF, PlusOBF, Wodx, Hyperion, and pyobfuscate.com obfuscator.
  • Pycode Execution: Execute your Python code within the process, enabling you to manipulate the program's behavior. For instance, if a program has licensing that restricts functionality unless purchased, you can directly call the real "main" function.
  • Strings Dump: Extract strings from the Python process and save them to a file. This can be useful for retrieving data like webhooks from memory.
  • Removing Exit Function: Disable the exit function, which can be helpful if the Python program attempts to exit upon detecting a debugger or virtual machine.
  • Getting All Functions: View all functions within the Python process, which can be beneficial when attempting to modify a function in memory.
  • Pyshell GUI: A custom GUI simplifies executing Python code within the desired process.
  • GUI and Console Support: de4py offers both console and GUI interfaces. But why use the console when you have a beautiful GUI, right?
  • File Analyzer: The analyzer incorporates several functionalities. It can detect if a Python program is packed and unpack it if it was built using pyinstaller, for example. It also has the capability to display either all strings or suspicious strings (such as IPs, websites, "token," "discord," "leveldb," and others) in a well-organized output window.
  • Behavior Monitoring: de4py can monitor Python processes, including opened file handles, launched processes, memory read/write operations on other processes, process termination, socket monitoring (data size, sending/receiving IP), socket content dumping to a file, and decryption of OpenSSL encrypted content.
  • Plugins System: Extend de4py's functionality by adding plugins for customization or incorporating custom deobfuscators. Check out the plugins repository and documentation here: [link to de4py plugins repo ON GitHub github.com]
  • API System: Integrate de4py's features, such as the deobfuscation engine and pyshell, into your own tools. Explore the API documentation here: [link to de4py API docs ON GitHub github.com]
Download de4py

To see this hidden content, you must reply and react with one of the following reactions : Like Like, Love Love, Haha Haha, Wow Wow

Virustotal link VirusTotal
 
  • Like
Reactions: noum77
  • Tags
    open source programming python reverse engineering software tools
  • Top