Search found 3 matches

by kkwong95
Fri Apr 12, 2024 2:05 am
Forum: Technical questions
Topic: Can we use VMProtect offline in dotnet C#?
Replies: 6
Views: 5134

Re: Can we use VMProtect offline in dotnet C#?

Hi, the user manual is written for C++ apps, but we are writing our app in C#. Is there any specific steps we need to follow in order to enable real mode? Particularly this step, it's not an option available in C# dotnet projects. Compile the program without the debug information, but in the linker ...
by kkwong95
Tue Apr 09, 2024 3:21 am
Forum: Technical questions
Topic: Can we use VMProtect offline in dotnet C#?
Replies: 6
Views: 5134

Re: Can we use VMProtect offline in dotnet C#?

Could you provide more detailed information about this problem? VMProtect.SDK.ActivateLicense returns BadCode status. VMProtect.SDK.GetOfflineActivationString returns Ok status but the buffer is always "Sdk OfflineActivationString". VMProtect.SDK.SetSerialNumber returns Invalid (serial nu...
by kkwong95
Mon Apr 08, 2024 11:11 am
Forum: Technical questions
Topic: Can we use VMProtect offline in dotnet C#?
Replies: 6
Views: 5134

Can we use VMProtect offline in dotnet C#?

We are trying to write our code protection in dotnet C# but we can't seems to get it to work. We have tried using VMProtect.SDK but the functions in the SDK always fails. So far we have attempted the following: import VMProtectSDK64.dll into the c# project (example below) writing a wrapper dll to ca...