Search found 2224 matches
- Mon Jun 27, 2022 5:43 am
- Forum: Technical questions
- Topic: VMP 3.6.0 cannot open this c++dll
- Replies: 5
- Views: 82
Re: VMP 3.6.0 cannot open this c++dll
I only need to use VMP on one computer, and I can't find the detailed description of the two licenses in the other instructions. Is this error due to the personal license? You can install our software on any computer that you need for your work without any limitations. In addition, how can I upgrad...
- Mon Jun 27, 2022 4:16 am
- Forum: Technical questions
- Topic: VMP 3.6.0 cannot open this c++dll
- Replies: 5
- Views: 82
Re: VMP 3.6.0 cannot open this c++dll
I am similar to this one.
This isn't true. You are working in ... that has many employees, so you have to upgrade your Personal license to a Company one.
- Sun Jun 26, 2022 6:46 am
- Forum: Technical questions
- Topic: VMP 3.6.0 cannot open this c++dll
- Replies: 5
- Views: 82
Re: VMP 3.6.0 cannot open this c++dll
It seems you use your Personal license in your company. Am I right?
- Thu Jun 23, 2022 5:26 am
- Forum: Purchasing or Upgrading
- Topic: Didn't receive 3.6 release
- Replies: 2
- Views: 52
Re: Didn't receive 3.6 release
Please check a spam folder for your mailbox.
- Tue Jun 21, 2022 3:40 pm
- Forum: Technical questions
- Topic: Can't resolve assembly
- Replies: 1
- Views: 39
Re: Can't resolve assembly
I opened my .NET Framework 4.8 exe and just clicked "Compile" button, but I got this error message: It means that the assembly was not found on your computer. Also, is there a tutorial on how to correctly use VMProtect with .NET apps? Like, must I add the following code for all my methods...
- Tue Jun 21, 2022 3:31 pm
- Forum: Technical questions
- Topic: Compare hwid base64 string to detect hardware change
- Replies: 4
- Views: 93
Re: Compare hwid base64 string to detect hardware change
1. What is this type 0 device? 0 = CPU 1 = HOST 2 = MAC 3 = HDD 2. If user does some minor change to the hardware, simply do hwid base64 string comparison would return different? It could annoy users. Don't compare HWIDs by value. HWIDs are needed only for compare inside VMProtectSetSerialNumber. 3...
- Tue Jun 21, 2022 3:27 pm
- Forum: Technical questions
- Topic: Last Update VMProtect Lite
- Replies: 2
- Views: 75
- Sun Jun 19, 2022 5:44 pm
- Forum: Purchasing or Upgrading
- Topic: 2 question for VMP Team
- Replies: 2
- Views: 66
Re: 2 question for VMP Team
Q1: I had buy the VMP software at May 2017, can i renew one year at know?
Yes.
Q2: My old email is the phone email at china, i had already not use it,
can i change the email to my new email address?
Yes.
- Sun Jun 19, 2022 5:43 pm
- Forum: Purchasing or Upgrading
- Topic: Not getting updates
- Replies: 1
- Views: 53
Re: Not getting updates
Your build of VMProtect already supports .NET 6. What is a problem?
- Sun Jun 19, 2022 5:39 pm
- Forum: Technical questions
- Topic: JSON.NET two dimensional arrays not working with VMProtect
- Replies: 1
- Views: 41
Re: JSON.NET two dimensional arrays not working with VMProtect
You have to switch off the option "Strip Debug information" or use the following code before ArrayProblem and _site classes like this: [Obfuscation(Feature = "renaming", ApplyToMembers = true, Exclude = true)] public class ArrayProblem { ... } [Obfuscation(Feature = "renamin...
- Sat Jun 11, 2022 3:15 pm
- Forum: Technical questions
- Topic: How to solve this error after NET6 program encryption?
- Replies: 1
- Views: 100
Re: How to solve this error after NET6 program encryption?
Fixed in the 1439 build.
- Sat Jun 11, 2022 11:24 am
- Forum: Technical questions
- Topic: Планируемые обновления
- Replies: 9
- Views: 4228
Re: Планируемые обновления
В 1438 билд добавлена поддержка CET для Windows бинарников.
- Sat Jun 11, 2022 5:42 am
- Forum: Purchasing or Upgrading
- Topic: Consultation before purchasing
- Replies: 5
- Views: 136
Re: Consultation before purchasing
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 ...
- Sat Jun 11, 2022 5:39 am
- Forum: Technical questions
- Topic: Using VMProtect in C# DllExport
- Replies: 7
- Views: 190
Re: Using VMProtect in C# DllExport
Don't use other obfusactor/protector before VMProtect.
- Wed Jun 08, 2022 9:27 am
- Forum: Purchasing or Upgrading
- Topic: Consultation before purchasing
- Replies: 5
- Views: 136
Re: Consultation before purchasing
1. The protection for .NET supports only Windows. 2. You can use the following code before required method: [Obfuscation(Feature = "virtualization", Exclude = false)] void Foo() The value of "Feature" can be "mutation", "virtualization", "ultra", &qu...