Search found 2203 matches
- Fri May 27, 2022 10:32 am
- Forum: Technical questions
- Topic: Why static SDK is only provided for Windows?
- Replies: 3
- Views: 28
Re: Why static SDK is only provided for Windows?
I don't understand what is a problem. Did you see our examples? #include <stdio.h> #include <stdlib.h> #include "VMProtectSDK.h" Project1.cpp: int main(void) { VMProtectBegin("Test marker"); char buf[100]; puts(VMProtectDecryptStringA("Input password:")); fgets(buf, siz...
- Fri May 27, 2022 10:24 am
- Forum: Technical questions
- Topic: Why static SDK is only provided for Windows?
- Replies: 3
- Views: 28
Re: Why static SDK is only provided for Windows?
Do you think that VMProtectSDK32.lib and VMProtectSDK64.lib are static SDK for Windows? It's not true. Just read this: https://docs.microsoft.com/en-us/cpp/build/reference/dot-lib-files-as-linker-input?view=msvc-170 Anyway, please notice that SDK doesn't contain code that works after protection. API...
- Thu May 26, 2022 5:39 am
- Forum: Technical questions
- Topic: Compatibility with Hardware-enforced Stack Protection
- Replies: 3
- Views: 2520
Re: Compatibility with Hardware-enforced Stack Protection
We are going to add the support of CET in the next version.
- Mon May 23, 2022 11:22 am
- Forum: Technical questions
- Topic: VMProtect for .NET released
- Replies: 64
- Views: 45851
Re: VMProtect for .NET released
Билд 1427:
1. В списке функций для защиты теперь доступны все строки (использование SDK.DecryptString автоматически добавляет строку в список защищаемых объектов).
2. Защищенные бинарники теперь можно грузить из памяти через Assembly.Load. Функцию упаковки при этом нужно отключать.
1. В списке функций для защиты теперь доступны все строки (использование SDK.DecryptString автоматически добавляет строку в список защищаемых объектов).
2. Защищенные бинарники теперь можно грузить из памяти через Assembly.Load. Функцию упаковки при этом нужно отключать.
- Wed May 18, 2022 12:45 pm
- Forum: Technical questions
- Topic: I need latest build (currently on 3.6.0 (1410)
- Replies: 2
- Views: 63
- Tue May 17, 2022 3:02 am
- Forum: Technical questions
- Topic: How to add multiple Files at once in Files Tab? How to get Hardware ID of USB Pendrive?
- Replies: 1
- Views: 82
Re: How to add multiple Files at once in Files Tab? How to get Hardware ID of USB Pendrive?
1) I cant able to add published files together at Files Tab at Once. I need to select one by one. God! There are 250 files. So kindly update VmProtect to add multiple Files (NOT one by 1 File). We added this feature in the 1422 build: https://vmpsoft.com/files/VMProtectDemo.exe 2) I want to lock pr...
- Sun May 15, 2022 3:20 pm
- Forum: Purchasing or Upgrading
- Topic: I want to buy Ultimate
- Replies: 4
- Views: 72
Re: I want to buy Ultimate
Unfortunately VMProtect doesn't support ARM.
- Sun May 15, 2022 1:43 pm
- Forum: Purchasing or Upgrading
- Topic: I want to buy Ultimate
- Replies: 4
- Views: 72
Re: I want to buy Ultimate
But I wonder if when, a year later, when I purchased the $99 upgrade, would I need to spend $99 3 times or just $99
$99 is enough.
also,can i get any coupon?
We provide 50% for Linux and 50% for macOS versions.
- Sat May 14, 2022 7:25 pm
- Forum: Purchasing or Upgrading
- Topic: Upgrade from Professional to Ultimate
- Replies: 1
- Views: 43
Re: Upgrade from Professional to Ultimate
Please check your mailbox.
- Sat May 14, 2022 7:22 pm
- Forum: Technical questions
- Topic: unhandled exception system.badimageformatexception could not load file or assembly
- Replies: 3
- Views: 96
- Thu May 12, 2022 6:55 am
- Forum: Technical questions
- Topic: unhandled exception system.badimageformatexception could not load file or assembly
- Replies: 3
- Views: 96
Re: unhandled exception system.badimageformatexception could not load file or assembly
Try to publish Hello.EXE + protected Hello.DLL without protection of Hello.EXE
- Tue May 10, 2022 3:56 am
- Forum: Technical questions
- Topic: [question]Caution about using packing
- Replies: 4
- Views: 123
Re: [question]Caution about using packing
You can check it with the demo version:
https://vmpsoft.com/files/VMProtectDemo.exe
https://vmpsoft.com/files/VMProtectDemo.exe
- Thu May 05, 2022 7:34 am
- Forum: Technical questions
- Topic: Mingw map file bug
- Replies: 9
- Views: 256
Re: Mingw map file bug
Done.
- Thu May 05, 2022 4:28 am
- Forum: Technical questions
- Topic: Mingw map file bug
- Replies: 9
- Views: 256
Re: Mingw map file bug
Please provide us your registered email.
- Wed May 04, 2022 4:32 am
- Forum: Technical questions
- Topic: Mingw map file bug
- Replies: 9
- Views: 256
Re: Mingw map file bug
Thank you for your report. Fixed in the 1413 build.