Exetools  

Go Back   Exetools > General > Community Tools

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 09-12-2024, 23:22
CodeCracker CodeCracker is offline
VIP
 
Join Date: Jun 2011
Posts: 905
Rept. Given: 68
Rept. Rcvd 660 Times in 278 Posts
Thanks Given: 64
Thanks Rcvd at 3,819 Times in 717 Posts
CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699
DNGuard Static Unpacker

DNGuard Static Unpacker
project wasn't started by me, I will continue it.
The advantage of it is that will work even if trial version is expired.
File attached.
It is a console program it should be started like this DNGuard Static Unpacker.exe file_to_be_unpacked

Supported versions:
Trial:
v3.9.6.2 v1 https://forum.tuts4you.com/files/file/2176-dnguard-hvm-v3962/
v3.9.7 https://forum.tuts4you.com/files/file/2175-dnguard-hvm-v397/

Enterprise https://forum.tuts4you.com/files/file/2263-netprotectio-v200/
Enterprise v3.9.5/v3.9.6/v3.9.7

Trial v3.9.6
Trial v4.0
Trial v4.1
Trial v4.2
Trial v4.3
Trial v4.6
Trial v4.8

Currently I am specially interested on versions between 3.9.6 and v4.8 - trial setup or unpackme;
and also on Enterprise unpackmes.
if you have any let me know.
Besides unpacking this program will print protection options, and you will also know if is protected by Enterprise or not;
on Enterprise Encryption_Dword is different from 0.

Last edited by CodeCracker; 09-14-2024 at 20:35.
Reply With Quote
The Following 5 Users Gave Reputation+1 to CodeCracker For This Useful Post:
Apuromafo (09-13-2024), chessgod101 (09-14-2024), deepzero (09-13-2024), Dr.FarFar (09-17-2024), user1 (09-13-2024)
The Following 21 Users Say Thank You to CodeCracker For This Useful Post:
0xc3 (09-14-2024), Apuromafo (09-13-2024), besoeso (09-14-2024), chessgod101 (09-14-2024), cjack (09-13-2024), darkBLACK (09-28-2024), deepzero (09-13-2024), dnvthv (09-13-2024), Dr.FarFar (09-17-2024), kienmanowar (09-13-2024), MarcElBichon (09-13-2024), niculaita (09-13-2024), NoneForce (09-14-2024), Sh4DoVV (09-13-2024), traf0 (09-13-2024), user1 (09-13-2024), user_hidden (09-13-2024), wilson bibe (09-13-2024), YuqseLx (09-13-2024), Zeokat (09-13-2024), zeuscane (09-12-2024)
  #2  
Old 09-13-2024, 22:51
CodeCracker CodeCracker is offline
VIP
 
Join Date: Jun 2011
Posts: 905
Rept. Given: 68
Rept. Rcvd 660 Times in 278 Posts
Thanks Given: 64
Thanks Rcvd at 3,819 Times in 717 Posts
CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699
​It doesn't support old version of trial version like 3.9.0 or before that; only supports the most recent ones. And I really miss 3.98 trial version.

Version 1.1 beta:
- now shows Enterprise on DNGuard Enterprise4.8 UnpackMe.zip posted by xiaotang;
- added full unpack support for the Enterprise: https://forum.tuts4you.com/topic/42522-dnguard-hvm-v3953

Download link:
https://workupload.com/file/c4tnPF3RbEJ

For version 3.9.0 currently only displays protection options:

if (this.version.StartsWith("3.9.0"))
{
this.DataStructure.ProtectionSettings = (this.value1 ^ this.value3 ^ this.valueN4)^this.DataStructure.Encryption_Dword;
}
else
this.DataStructure.ProtectionSettings = (this.value1 ^ this.value3 ^ this.DataStructure.Encryption_Dword);

For v3.9.0 I fail to find Methods Count in structures and also MethodOffset.
Method Offset changes when applied on same unpackme
v3.9.6/v4.1/v4.2 284C
v3.9.7/v4.0 2840
v4.3 2848
v4.6/v4.8 2858

LEHSize changes when applied on same unpackme:
v3.9.0 1184 ???
v3.9.6 1256
v3.9.7 1212
v4.0 1239
v4.1 1216
v4.2 1229
v4.3 1203
v4.6 1233
v4.8 1220

Last edited by CodeCracker; 09-14-2024 at 02:12.
Reply With Quote
The Following 3 Users Gave Reputation+1 to CodeCracker For This Useful Post:
Apuromafo (09-14-2024), Dr.FarFar (09-17-2024), tonyweb (09-16-2024)
The Following 4 Users Say Thank You to CodeCracker For This Useful Post:
0xc3 (09-14-2024), Apuromafo (09-14-2024), darkBLACK (09-28-2024), Dr.FarFar (09-17-2024)
  #3  
Old 09-14-2024, 19:34
CodeCracker CodeCracker is offline
VIP
 
Join Date: Jun 2011
Posts: 905
Rept. Given: 68
Rept. Rcvd 660 Times in 278 Posts
Thanks Given: 64
Thanks Rcvd at 3,819 Times in 717 Posts
CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699
Hi. User SHADOW_UA just told me that it was his project and that wants me to stop the project.
So I will stop this project.
Reply With Quote
The Following User Gave Reputation+1 to CodeCracker For This Useful Post:
Dr.FarFar (09-17-2024)
The Following 3 Users Say Thank You to CodeCracker For This Useful Post:
Dr.FarFar (09-17-2024), MarcElBichon (09-14-2024), tonyweb (09-16-2024)
  #4  
Old 09-14-2024, 23:35
0xc3 0xc3 is offline
Friend
 
Join Date: Sep 2023
Posts: 32
Rept. Given: 0
Rept. Rcvd 20 Times in 3 Posts
Thanks Given: 12
Thanks Rcvd at 91 Times in 13 Posts
0xc3 Reputation: 20
wow,tested the version you provided ,it's so great.
Reply With Quote
  #5  
Old 09-16-2024, 00:14
CodeCracker CodeCracker is offline
VIP
 
Join Date: Jun 2011
Posts: 905
Rept. Given: 68
Rept. Rcvd 660 Times in 278 Posts
Thanks Given: 64
Thanks Rcvd at 3,819 Times in 717 Posts
CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699
*Added support for Trial v3.98, Trial v3.99 (3.99/3.991/3.992) and DNGuard Trial v4.50
I've noticed that for some Enterprise v3.9.7 doesn't work.
For v3.9.0 I find Methods Count in structures, it is just some hasn't same value as Methods Count from table, but still struggling with MethodOffset.
Reply With Quote
The Following User Gave Reputation+1 to CodeCracker For This Useful Post:
Dr.FarFar (09-17-2024)
The Following 8 Users Say Thank You to CodeCracker For This Useful Post:
0xc3 (09-16-2024), Apuromafo (09-16-2024), Doit (09-16-2024), Dr.FarFar (09-17-2024), KonradKM (09-16-2024), SofTw0rm (09-17-2024), tonyweb (09-16-2024), user_hidden (09-16-2024)
  #6  
Old 09-22-2024, 18:11
CodeCracker CodeCracker is offline
VIP
 
Join Date: Jun 2011
Posts: 905
Rept. Given: 68
Rept. Rcvd 660 Times in 278 Posts
Thanks Given: 64
Thanks Rcvd at 3,819 Times in 717 Posts
CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699
Added support for fallowing:
*Trial v3.90
*Trial v3.94 and Enterprise v3.94 like https://forum.tuts4you.com/topic/41847-dnguard-hvm-394

For v3.90 I don't know what I did wrong in the past ... ; MethodOffset is just two values from structure xor'ed.

Last edited by CodeCracker; 09-22-2024 at 18:19.
Reply With Quote
The Following 4 Users Say Thank You to CodeCracker For This Useful Post:
cjack (09-24-2024), darkBLACK (09-28-2024), MarcElBichon (09-22-2024)
  #7  
Old 02-25-2026, 16:45
zionoobie zionoobie is offline
Friend
 
Join Date: Jan 2019
Posts: 9
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 75
Thanks Rcvd at 8 Times in 3 Posts
zionoobie Reputation: 0
Hi mate! I found a Professional 4.0 protected.
https://api.watoolkit.net/download/WaManager.exe
Regards.
zio
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Static Enigma Virtual Box Unpacker by kao Sir.V65j Community Tools 13 03-16-2023 13:14


All times are GMT +8. The time now is 06:50.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( Since 1998 )