Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



   1378

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

by 0xmrpepe - 29 May, 2024 - 04:06 AM
This post is by a banned member (0xmrpepe) - Unhide
0xmrpepe  
Registered
5
Posts
5
Threads
1 Year of service
#1
PUT A LIKE I REPORT LEECHERS BY MYSELF

What is de4py?

de4py is an advanced Python deobfuscator with a user-friendly interface and a comprehensive set of features designed to assist malware analysts and reverse engineers in deobfuscating Python files. 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

Hidden Content
You must register or login to view this content.


Disclaimer
This tool is intended for educational purposes only. Never attempt to deobfuscate someone's software without their permission. The developers and contributors assume no liability for any misuse.

This post is by a banned member (Tenderlay) - Unhide
Tenderlay  
Registered
21
Posts
0
Threads
3 Years of service
#2
thanks
This post is by a banned member (41414131313) - Unhide
25
Posts
1
Threads
#3
[font][font]티hanks[/font][/font]
This post is by a banned member (Blucki752) - Unhide
Blucki752  
Registered
138
Posts
0
Threads
1 Year of service
#4
good
(29 May, 2024 - 01:49 AM)0xmrpepe Wrote: Show More
PUT A LIKE I REPORT LEECHERS BY MYSELF

What is de4py?

de4py is an advanced Python deobfuscator with a user-friendly interface and a comprehensive set of features designed to assist malware analysts and reverse engineers in deobfuscating Python files. 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

Disclaimer
This tool is intended for educational purposes only. Never attempt to deobfuscate someone's software without their permission. The developers and contributors assume no liability for any misuse.
This post is by a banned member (Fl1ckCS) - Unhide
Fl1ckCS  
Registered
342
Posts
7
Threads
4 Years of service
#5
u the goat ty
@Fl1ckCS on tele
dgaw on discord
Fl1ck-3365 on guilded
This post is by a banned member (zxz646) - Unhide
zxz646  
Registered
444
Posts
1
Threads
2 Years of service
#6
thanks
This post is by a banned member (tom5m000) - Unhide
tom5m000  
Registered
44
Posts
0
Threads
#7
(29 May, 2024 - 01:49 AM)0xmrpepe Wrote: Show More
PUT A LIKE I REPORT LEECHERS BY MYSELF

What is de4py?

de4py is an advanced Python deobfuscator with a user-friendly interface and a comprehensive set of features designed to assist malware analysts and reverse engineers in deobfuscating Python files. 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

Disclaimer
This tool is intended for educational purposes only. Never attempt to deobfuscate someone's software without their permission. The developers and contributors assume no liability for any misuse.

nice
This post is by a banned member (Ghostttr) - Unhide
Ghostttr  
Registered
404
Posts
7
Threads
1 Year of service
#8
thanks [Image: kek.png]  [Image: pepeokay.png]

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)