Exetools  

Go Back   Exetools > General > Source Code

Notices

Reply
 
Thread Tools Display Modes
  #16  
Old 12-09-2023, 10:09
TQN TQN is offline
VIP
 
Join Date: Apr 2003
Location: Vietnam
Posts: 357
Rept. Given: 143
Rept. Rcvd 24 Times in 13 Posts
Thanks Given: 193
Thanks Rcvd at 158 Times in 50 Posts
TQN Reputation: 24
yes, I agree with @sendersu.
Only 1 source, only 2 more files: intel.cc and processors.cc
Reply With Quote
  #17  
Old 12-09-2023, 11:48
th3tuga th3tuga is offline
Friend
 
Join Date: Oct 2023
Posts: 30
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 0
Thanks Rcvd at 16 Times in 10 Posts
th3tuga Reputation: 0
Quote:
Originally Posted by sendersu View Post
same sources as previous leak, no any file changed
have compared today
Well, I had called out this release to be a fake 2 days ago..
Reply With Quote
  #18  
Old 12-09-2023, 12:05
wx69wx2023 wx69wx2023 is offline
Family
 
Join Date: Sep 2023
Posts: 156
Rept. Given: 10
Rept. Rcvd 39 Times in 19 Posts
Thanks Given: 167
Thanks Rcvd at 473 Times in 107 Posts
wx69wx2023 Reputation: 39
The guide for vmp complie:

https://bbs.kanxue.com/thread-279803-1.htm
Reply With Quote
  #19  
Old 12-09-2023, 12:34
th3tuga th3tuga is offline
Friend
 
Join Date: Oct 2023
Posts: 30
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 0
Thanks Rcvd at 16 Times in 10 Posts
th3tuga Reputation: 0
Quote:
Originally Posted by wx69wx2023 View Post
The guide for vmp complie:

https://bbs.kanxue.com/thread-279803-1.htm
The point here is that the files in the release are the same ones from the May leak as confirmed by TQN and sendersu also.
The 2 missing files added are not the real ones. Code will compile though since the added files are from another very old leak of VMP.

The code for the virtualization is also highly incomplete.
Reply With Quote
  #20  
Old 12-09-2023, 16:10
kernel kernel is offline
Friend
 
Join Date: Oct 2023
Posts: 25
Rept. Given: 0
Rept. Rcvd 3 Times in 3 Posts
Thanks Given: 10
Thanks Rcvd at 18 Times in 10 Posts
kernel Reputation: 3
Quote:
Originally Posted by wx69wx2023 View Post
The guide for vmp complie:

https://bbs.kanxue.com/thread-279803-1.htm
Hi i got qt 5.6 but the problem is it won't compile under VS 2022 because vs 2022 tries to compile it with c++17 but qt 5.6 is c++14 max so had to compile it with higher version of qt that supports c++17.
Reply With Quote
  #21  
Old 12-10-2023, 00:47
kernel kernel is offline
Friend
 
Join Date: Oct 2023
Posts: 25
Rept. Given: 0
Rept. Rcvd 3 Times in 3 Posts
Thanks Given: 10
Thanks Rcvd at 18 Times in 10 Posts
kernel Reputation: 3
Here the Debug version compiled and registered for test:
vmp_dbg

The ultimate version is harder to compile. You have to compile the full qt5 in order to build it.
Attached Files
File Type: 7z vmp_dbg.7z (11.00 MB, 36 views)

Last edited by kernel; 12-10-2023 at 00:49. Reason: error
Reply With Quote
The Following User Says Thank You to kernel For This Useful Post:
Stingered (12-10-2023)
  #22  
Old 12-10-2023, 01:44
Stingered Stingered is offline
Banned User
 
Join Date: Dec 2017
Posts: 257
Rept. Given: 0
Rept. Rcvd 3 Times in 3 Posts
Thanks Given: 296
Thanks Rcvd at 181 Times in 90 Posts
Stingered Reputation: 3
Quote:
Originally Posted by kernel View Post
Here the Debug version compiled and registered for test:
vmp_dbg

The ultimate version is harder to compile. You have to compile the full qt5 in order to build it.
Tested on a VM. All the MS VCRT DLLs are missing (obviously). After fixing that problem, I ran into another missing file called: VMprotectSDK64.dll

You make want to look at dependencies and re-up after those have been resolved. I will test once available.
Reply With Quote
  #23  
Old 12-10-2023, 17:26
kernel kernel is offline
Friend
 
Join Date: Oct 2023
Posts: 25
Rept. Given: 0
Rept. Rcvd 3 Times in 3 Posts
Thanks Given: 10
Thanks Rcvd at 18 Times in 10 Posts
kernel Reputation: 3
VMprotectSDK64.dll is in the archive. Maybe your av deleted it.
This is a custom hwid version of Vmprotect. All the vmprotected files are locked to a hwid. VMprotectSDK64.dll reads data from VMProtectLicense.ini and locks the files to the hwid from the ini file.
PS.

VMProtectLicense.ini is the license file just put it in the vmprotect.exe dir and it is licensed.

Last edited by kernel; 12-10-2023 at 19:52. Reason: PS
Reply With Quote
The Following User Says Thank You to kernel For This Useful Post:
niculaita (12-10-2023)
  #24  
Old 12-10-2023, 18:44
TQN TQN is offline
VIP
 
Join Date: Apr 2003
Location: Vietnam
Posts: 357
Rept. Given: 143
Rept. Rcvd 24 Times in 13 Posts
Thanks Given: 193
Thanks Rcvd at 158 Times in 50 Posts
TQN Reputation: 24
Ultimate build with VS2022

I have mod sources and build with VS 2022, VC++ Toolset v143, .NET 8, Windows SDK v10.0.22621.0 (lastest Visual Studio 2022 v17.8.3)
1. Mod libffi source and project files, update with newest version 3.4.4
Take me a lot of times
2. mod bitmap_utils.cc, pe.h, pefile.cc, intel.cc, shellext: remove C+11, update to C++14, fix warning as errors, remove duplicates in pe.h and Windows Kits winnt.h
3. Update version of VMProtect.Netcore and VMProtect.Runtime
4. Remove all Testxxx projects
5. I hate Qt, so I remove GUI project.

Open vmprotect.sln with VS, select Ultimate, build solution.

Uploaded at Mediafire VMP.7z file is mod sourcse and binaries build in bin directory

h t t p s : / /www.mediafire.com/file/8qdjcf0xeqhbcvz/VMP.7z/file

Best regards,
HongThatCong (TQN)
Attached Files
File Type: rar VMProtect SRC Compiled.part1.rar (10.00 MB, 42 views)
File Type: rar VMProtect SRC Compiled.part2.rar (9.64 MB, 32 views)

Last edited by TQN; 12-11-2023 at 07:43.
Reply With Quote
The Following 5 Users Gave Reputation+1 to TQN For This Useful Post:
ahmadmansoor (12-10-2023), cjack (12-11-2023), darkBLACK (12-11-2023), Fyyre (12-22-2023), Pansemuckl (12-10-2023)
The Following 21 Users Say Thank You to TQN For This Useful Post:
2lht_love (12-11-2023), ahmadmansoor (12-10-2023), Apuromafo (12-12-2023), benina (12-10-2023), besoeso (12-11-2023), cjack (12-11-2023), computerline (12-10-2023), darkBLACK (12-11-2023), Fyyre (12-22-2023), h8er (12-26-2023), MarcElBichon (12-10-2023), mmx (02-01-2024), niculaita (12-10-2023), ontryit (12-11-2023), Pansemuckl (12-10-2023), Tomy73 (03-10-2024), tonyweb (12-10-2023), user_hidden (12-10-2023), Zeokat (12-10-2023)
  #25  
Old 12-10-2023, 22:36
ahmadmansoor's Avatar
ahmadmansoor ahmadmansoor is offline
Coder
 
Join Date: Feb 2006
Location: Syria
Posts: 1,047
Rept. Given: 515
Rept. Rcvd 374 Times in 142 Posts
Thanks Given: 378
Thanks Rcvd at 410 Times in 119 Posts
ahmadmansoor Reputation: 300-399 ahmadmansoor Reputation: 300-399 ahmadmansoor Reputation: 300-399 ahmadmansoor Reputation: 300-399
@TQN
Thank you, I already attach it to ur Post, to keep a copy.
__________________
Ur Best Friend Ahmadmansoor
Always My Best Friend: Aaron & JMI & ZeNiX
Reply With Quote
  #26  
Old 12-10-2023, 23:07
Stingered Stingered is offline
Banned User
 
Join Date: Dec 2017
Posts: 257
Rept. Given: 0
Rept. Rcvd 3 Times in 3 Posts
Thanks Given: 296
Thanks Rcvd at 181 Times in 90 Posts
Stingered Reputation: 3
Quote:
Originally Posted by kernel View Post
VMprotectSDK64.dll is in the archive. Maybe your av deleted it.
This is a custom hwid version of Vmprotect. All the vmprotected files are locked to a hwid. VMprotectSDK64.dll reads data from VMProtectLicense.ini and locks the files to the hwid from the ini file.
PS.

VMProtectLicense.ini is the license file just put it in the vmprotect.exe dir and it is licensed.
Nope, but the .DLL was still part of the archive, and I don't have an AV in my VM. I was able to extract it from the original. However, still more debug dependencies (QT5cored.dll, which I will need to locate.

Also, are you saying you provided an .INI file or are you seeing that I need an .INI file to test this? Because there is no included .INI file.

"VMProtectLicense.ini is the license file just put it in the vmprotect.exe dir and it is licensed."

Last edited by Stingered; 12-10-2023 at 23:17.
Reply With Quote
  #27  
Old 12-11-2023, 01:43
Pansemuckl Pansemuckl is offline
Friend
 
Join Date: Nov 2005
Posts: 40
Rept. Given: 6
Rept. Rcvd 4 Times in 2 Posts
Thanks Given: 18
Thanks Rcvd at 44 Times in 15 Posts
Pansemuckl Reputation: 4
Quote:
Originally Posted by Stingered View Post
Also, are you saying you provided an .INI file or are you seeing that I need an .INI file to test this? Because there is no included .INI file.

"VMProtectLicense.ini is the license file just put it in the vmprotect.exe dir and it is licensed."
Look inside ./core

The compiled GUI version does not work for me.
Attached Images
File Type: png Screenshot 2023-12-10 184207.png (130.5 KB, 18 views)
Reply With Quote
  #28  
Old 12-11-2023, 03:07
Stingered Stingered is offline
Banned User
 
Join Date: Dec 2017
Posts: 257
Rept. Given: 0
Rept. Rcvd 3 Times in 3 Posts
Thanks Given: 296
Thanks Rcvd at 181 Times in 90 Posts
Stingered Reputation: 3
Quote:
Originally Posted by Pansemuckl View Post
Look inside ./core

The compiled GUI version does not work for me.
Can't look at attachments, but found it. Which GUI doesn't work for you, the retail (I have not tried to build this yet) or debug version provided? Two D/ls in the thread...
Reply With Quote
  #29  
Old 12-11-2023, 05:30
Pansemuckl Pansemuckl is offline
Friend
 
Join Date: Nov 2005
Posts: 40
Rept. Given: 6
Rept. Rcvd 4 Times in 2 Posts
Thanks Given: 18
Thanks Rcvd at 44 Times in 15 Posts
Pansemuckl Reputation: 4
Quote:
Originally Posted by Stingered View Post
Can't look at attachments, but found it. Which GUI doesn't work for you, the retail (I have not tried to build this yet) or debug version provided? Two D/ls in the thread...
Debug version provided, NOT the original (packed) one, posted here
https://forum.exetools.com/showpost.php?p=129549&postcount=21

Error message given:
https://picr.eu/images/2023/12/10/VHekF.png

Last edited by Pansemuckl; 12-11-2023 at 05:38.
Reply With Quote
  #30  
Old 12-11-2023, 06:46
Jaspreet Singh Jaspreet Singh is offline
Banned User
 
Join Date: Oct 2023
Posts: 21
Rept. Given: 0
Rept. Rcvd 4 Times in 3 Posts
Thanks Given: 11
Thanks Rcvd at 45 Times in 14 Posts
Jaspreet Singh Reputation: 4
Quote:
Originally Posted by Pansemuckl View Post
Debug version provided, NOT the original (packed) one, posted here
https://forum.exetools.com/showpost.php?p=129549&postcount=21

Error message given:
https://picr.eu/images/2023/12/10/VHekF.png
Looks like a missing Qt or MSVCRT dependency. Use the other one from TQN.
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 On
HTML code is On



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


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