Quote:
Originally Posted by th3tuga
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...