Page 1 of 1

Consultation before purchasing

Posted: Tue Jun 07, 2022 7:35 pm
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

Re: Consultation before purchasing

Posted: Wed Jun 08, 2022 9:27 am
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"

Re: Consultation before purchasing

Posted: Wed Jun 08, 2022 11:02 am
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?

Re: Consultation before purchasing

Posted: Thu Jun 09, 2022 12:07 pm
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?

Re: Consultation before purchasing

Posted: Thu Jun 09, 2022 1:07 pm
by lovees
It has been purchased from the agent, and the Email is the Email of the forum account.

Re: Consultation before purchasing

Posted: Sat Jun 11, 2022 5:42 am
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.).