Skip to content

Releases: Fadi002/de4py

v1.2.9

30 Apr 22:44
8ca45f1
Compare
Choose a tag to compare
* Added API support you can read more in the docs in api folder

v1.1.9

21 Apr 00:15
Compare
Choose a tag to compare
* 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

16 Mar 13:13
Compare
Choose a tag to compare
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

01 Feb 17:14
Compare
Choose a tag to compare

Features added:

Improved features:

  • monitor behavior ( improved )

v1.0.6

29 Dec 21:40
Compare
Choose a tag to compare

Features added:

  • CLI mode ( usage: --cli )

v1.0.5

21 Dec 21:56
Compare
Choose a tag to compare

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

14 Dec 20:39
Compare
Choose a tag to compare

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

25 Nov 23:40
Compare
Choose a tag to compare

Add support for pyobfuscate.com obfuscator
Added file analyzer feature
Fixed some bugs

v1.0.2

15 Nov 21:03
Compare
Choose a tag to compare

Add support for Hyperion obfuscator

v1.0.1

10 Nov 00:03
Compare
Choose a tag to compare

Fixed detector for BlankOBF + error handling if the deobfuscator failed