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



   1379

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

by 0xmrpepe - 29 May, 2024 - 04:06 AM
This post is by a banned member (YoStoneddude) - Unhide
207
Posts
0
Threads
1 Year of service
#9
Hmmmmmmmm
(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 (lockering) - Unhide
lockering  
Registered
109
Posts
0
Threads
1 Year of service
#10
ty
This post is by a banned member (utgfaywfk) - Unhide
utgfaywfk  
330
Posts
1
Threads
#11
lets see
This post is by a banned member (Bx4rz) - Unhide
Bx4rz  
Registered
355
Posts
1
Threads
3 Years of service
#12
[font]gg[/font]
This post is by a banned member (Thomas5555) - Unhide
83
Posts
0
Threads
#13
Thanks
This post is by a banned member (romskaka69) - Unhide
45
Posts
0
Threads
#14
(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.

thanks
This post is by a banned member (gejkiag5123) - Unhide
122
Posts
0
Threads
2 Years of service
#15
amazing post
This post is by a banned member (ahmem) - Unhide
ahmem  
Registered
56
Posts
0
Threads
#16
(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.

kj

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)