View Single Post
  #11  
Old 12-08-2023, 14:51
FoxB FoxB is offline
VIP
 
Join Date: Jan 2002
Location: Earth...
Posts: 1,064
Rept. Given: 15
Rept. Rcvd 139 Times in 95 Posts
Thanks Given: 23
Thanks Rcvd at 882 Times in 346 Posts
FoxB Reputation: 100-199 FoxB Reputation: 100-199
Quote:
Originally Posted by th3tuga View Post
Could anyone get this to compile?
Details from anyone who could get it to successfully compile?
....
i maked next steps for GIT release:
redirected projects from vs2008 to vs2010, from v141_xp to v140_xp, dotnet from 4.8 to 4.7.2 ans start compile with the vs2015.

console,
Code:
...\vmprotect-3.5.1-master\bin\32\Ultimate>VMProtectCon.exe
VMProtect Ultimate v 1.0.0 (build 0) Copyright 2003-2021 VMProtect Software
Unregistered Version

Usage: VMProtectCon.exe File [Output File] [-pf Project File] [-sf Script File] [-lf Licensing parameters file] [-bd Build Date (yyyy-mm-dd)] [-wmatermark] [-we]
libs, dlls and utilities also is compiled.

swears on the runtime source Win32.cs
type designs
NtQueryInformationProcess(CurrentProcess, PROCESSINFOCLASS.ProcessDebugObjectHandle, out _, IntPtr.Size, out _)
but we can fix it =)

or when there is an announcement in the Win32.cs public
class IntelObfuscation : public IObject
{
public:
explicit IntelObfuscation();
void Compile(IntelFunction *func, size_t index);
...
}

and then in the body:
void IntelObfuscation::Compile(IntelFunction *func, size_t index, size_t end_index = -1, bool for_virtualization = false)
{
...
}


maybe for dotnet 4.8 is fine, but 4.7.2 give error for me.


for the GUI version you need QT headers and libs...

Last edited by FoxB; 12-08-2023 at 14:56.
Reply With Quote
The Following 4 Users Say Thank You to FoxB For This Useful Post:
blue_devil (12-10-2023), darkBLACK (12-11-2023), ionioni (12-08-2023), yoza (12-08-2023)