This repository has been archived by the owner on Aug 5, 2024. It is now read-only.
Releases: Fadi002/de4py
Releases Β· Fadi002/de4py
v1.2.9-final
* Added API support you can read more in the docs in api folder
* project archived
v1.1.9
* Added settings section
* Fixed some bugs in pyshell
* Removed errors reporting and shutdown its API
* Ended support on windows binaries ( people have problems with them )
* Started to follow versions system
* Better logging
v1.0.8
Features added:
* Error reporting
* Stealth windows titles mode
* Stealth injection mode
* PYC dumper runtime
* Added deobfuscator for development tools obfuscator
* Fixed some bugs
* Added installer
v1.0.7
Features added:
- Test features mode ( usage: --test )
- Plugins system (https://github.com/Fadi002/de4py-plugins-repo)
Improved features:
- monitor behavior ( improved )
v1.0.6
Features added:
- CLI mode ( usage: --cli )
v1.0.5
in this update some bug fixes and features have been added.
Features added:
- Sockets Dumping (Dump socket content in clear-text into a file for inspection)
- OpenSSL Dumping (Dumping OpenSSL encrypted content decrypted into a file which can be useful to inspect HTTPS web connections / if the socket was using SSL for encryption then you can view it's decrypted content)
Bug Fixes:
- Fixed a bug that the program crashes if it couldn't check for updates
- Fixed a bug in DettachDLL command
- Fixed a bug when trying to reattach to another process if the process crashed/died
v1.0.4
in this update a major feature have taken place, behavior monitoring (WinAPI hooking).
Monitoring Files:
- Monitoring File Handles Creation
Monitoring Processes:
-
Monitoring Process handle creation
-
Monitoring if the process tried to write/read to a process memory
-
Monitoring if process terminated other processes
Monitoring Connections:
-
Monitoring Socket creation
-
Monitoring sending/receiving of data with the size of data sent/recieved
v1.0.3
Add support for pyobfuscate.com obfuscator
Added file analyzer feature
Fixed some bugs
v1.0.2
Add support for Hyperion obfuscator
v1.0.1
Fixed detector for BlankOBF + error handling if the deobfuscator failed