Seems that using any sort of SDK functionality in .NET VMProtect causes a deadlock on the “Saving…” phase (stuck at 0%)
https://i.vgy.me/AO66Z3.png
Example code:
public class VMPTest
{
[BeginVirtualization]
public static void Main(string[] args)
{
if (SDK.IsDebuggerPresent(true))
{
Console.WriteLine("Debugger detected!");
Console.ReadLine();
}
else
{
Console.WriteLine("Debugger not detected!");
Console.ReadLine();
}
}
}
Example program (just compiled from above):
https://anonfile.com/T5p4ff23nf/VMPNetTesting_exe
If you need my SDK DLL you can DM/email me.
Admin
August 3, 2019, 4:18pm
2
Please send your example to info@vmpsoft.com
x22x22
August 3, 2019, 5:14pm
3
I have same problem and I don’t use any sdk function.
Do you enable the anti-VM or anti-debug in the VMProtect settings? Its also reproducable this way aswell.
Done, check your email.
Admin
August 3, 2019, 6:06pm
5
x22x22
August 3, 2019, 6:38pm
6
I’m using just virtualization on some functions.
Also, did you try it after the update?
The problem still continues for me
Lafko
August 3, 2019, 8:07pm
7
Same problem in 1130. And i have error “Invalid token type: call…” and its so hard to find Methud to delete
Admin
August 3, 2019, 8:30pm
8
And i have error “Invalid token type: call…”
Please send us a test example.
How could I get this new build? I have a ‘Professional’ license for VMProtect and did not get an email for this update. If the new build could either be sent to my email address or some way of activating the demo with my license, it would be nice. Thanks!
Edit : Got it now.