Consultation before purchasing

Questions regarding purchasing or upgrading of VMProtect
Post Reply
lovees
Posts: 16
Joined: Tue Jun 07, 2022 7:27 pm

Consultation before purchasing

Post by lovees »

Consultation before purchasing

1. Can version 3.6 support encrypted DLL or EXE programs of NET6 and run under LINUX?
2. Is there any code for using markers in C#?


Please reply, I am about to buy
Admin
Site Admin
Posts: 2566
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: Consultation before purchasing

Post by Admin »

1. The protection for .NET supports only Windows.
2. You can use the following code before required method:

Code: Select all

[Obfuscation(Feature = "virtualization", Exclude = false)]
void Foo()
The value of "Feature" can be "mutation", "virtualization", "ultra", "virtualizationlockbykey", "ultralockbykey" and "renaming"
lovees
Posts: 16
Joined: Tue Jun 07, 2022 7:27 pm

Re: Consultation before purchasing

Post by lovees »

Then I deploy sudo yum install dotnet-runtime-6.0 under CENTOS7, and then run the NET6 program. Which program do I need to purchase, do I need to purchase both WIN and LINUX?
lovees
Posts: 16
Joined: Tue Jun 07, 2022 7:27 pm

Re: Consultation before purchasing

Post by lovees »

Admin wrote:1. The protection for .NET supports only Windows.
2. You can use the following code before required method:

Code: Select all

[Obfuscation(Feature = "virtualization", Exclude = false)]
void Foo()
The value of "Feature" can be "mutation", "virtualization", "ultra", "virtualizationlockbykey", "ultralockbykey" and "renaming"


Then I deploy sudo yum install dotnet-runtime-6.0 under CENTOS7, and then run the NET6 program. Which program do I need to purchase, do I need to purchase both WIN and LINUX?
lovees
Posts: 16
Joined: Tue Jun 07, 2022 7:27 pm

Re: Consultation before purchasing

Post by lovees »

It has been purchased from the agent, and the Email is the Email of the forum account.
Admin
Site Admin
Posts: 2566
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: Consultation before purchasing

Post by Admin »

lovees wrote: Then I deploy sudo yum install dotnet-runtime-6.0 under CENTOS7, and then run the NET6 program. Which program do I need to purchase, do I need to purchase both WIN and LINUX?
My previous message "The protection for .NET supports only Windows." means that a protected .NET application will work only on Windows and will not work on other OS (Linux, Ubuntu, CentOS, etc.).
Post Reply