Search found 2777 matches
- Thu Dec 04, 2025 6:48 am
- Forum: Technical questions
- Topic: Severe slowdown with Memory Protection on Unity’s GameAssembly.dll (40–60s startup; C++ calls stutter).
- Replies: 4
- Views: 354
Re: Severe slowdown with Memory Protection on Unity’s GameAssembly.dll (40–60s startup; C++ calls stutter).
The memory protection also prevents to change attributes of memory pages for all READ_ONLY regions that belong to protected binary. Unity uses VirtualProtect for changing attributes for WRITABLE pages (don't ask me why they do that) that also belongs to the image, so it works very slow after protect...
- Wed Nov 26, 2025 12:16 pm
- Forum: Web License Manager
- Topic: how to upgrade without losing licnese and users
- Replies: 5
- Views: 156
Re: how to upgrade without losing licnese and users
1. Make backup for your database.
2. Copy new version of WebLM on your server
3. Run install.php
4. Enter name, login, password for existing database
5. Select "Update data tables"
2. Copy new version of WebLM on your server
3. Run install.php
4. Enter name, login, password for existing database
5. Select "Update data tables"
- Wed Nov 26, 2025 6:03 am
- Forum: Web License Manager
- Topic: how to upgrade without losing licnese and users
- Replies: 5
- Views: 156
Re: how to upgrade without losing licnese and users
WebLM doesn't check licenses. VMProtectSetSerialNumber does it offline on the end user side.
- Mon Nov 24, 2025 4:28 am
- Forum: Technical questions
- Topic: lua func:size() возвращает 0 для всех функций
- Replies: 1
- Views: 191
Re: lua func:size() возвращает 0 для всех функций
В MapFunction нет размера кода.
- Sun Nov 23, 2025 5:37 am
- Forum: Technical questions
- Topic: Compatibility with Go and its quirks
- Replies: 4
- Views: 316
Re: Compatibility with Go and its quirks
The full version works the same.
- Sat Nov 22, 2025 8:49 am
- Forum: Technical questions
- Topic: Compatibility with Go and its quirks
- Replies: 4
- Views: 316
Re: Compatibility with Go and its quirks
We don't develop anything with Go, so I can't answer your questions about support of the special features like goroutines, concurrency, etc. Just check required functional with the demo version.
- Fri Nov 21, 2025 10:15 am
- Forum: Technical questions
- Topic: Can't protect .Net assembly on Linux
- Replies: 7
- Views: 184
Re: Can't protect .Net assembly on Linux
Fixed in the 2525 build.
- Fri Nov 21, 2025 6:29 am
- Forum: Technical questions
- Topic: Can't protect .Net assembly on Linux
- Replies: 7
- Views: 184
Re: Can't protect .Net assembly on Linux
Microsoft как обычно в своем репертуаре решила устроить разработчикам геморрой на пустом месте. Причем DOTNET_ROOT-а нет ни после первого ни после второго способа, а есть еще третий - это установка через dotnet-install.sh , который ставит все свое барахло вообще в папку пользователя. И в какую дирек...
- Thu Nov 20, 2025 7:16 pm
- Forum: Technical questions
- Topic: Can't protect .Net assembly on Linux
- Replies: 7
- Views: 184
Re: Can't protect .Net assembly on Linux
I just checked "sudo apt-get install dotnet-runtime-8.0" on Ubuntu 24.04 and it was installed in "/usr/lib/dotnet/shared/Microsoft.NETCore.App"
- Thu Nov 20, 2025 5:03 pm
- Forum: Technical questions
- Topic: Can't protect .Net assembly on Linux
- Replies: 7
- Views: 184
Re: Can't protect .Net assembly on Linux
The error "Can't resolve assembly "System.Runtime" means that VMProtect didn't find required assembly in "/usr/lib/dotnet/shared".
- Wed Nov 19, 2025 10:19 am
- Forum: Technical questions
- Topic: VMProtect for Python
- Replies: 0
- Views: 213
VMProtect for Python
In progress...
- Mon Nov 17, 2025 1:16 pm
- Forum: Technical questions
- Topic: Severe slowdown with Memory Protection on Unity’s GameAssembly.dll (40–60s startup; C++ calls stutter).
- Replies: 4
- Views: 354
Re: Severe slowdown with Memory Protection on Unity’s GameAssembly.dll (40–60s startup; C++ calls stutter).
This license belongs to a person with different email.
- Sun Nov 16, 2025 9:04 am
- Forum: Technical questions
- Topic: About Rust support
- Replies: 1
- Views: 148
Re: About Rust support
VMProtect support binaries compiled with Rust and don't need to use script in this case. Just add required functions with GUI:
https://vmpsoft.com/vmprotect/user-manu ... on-section
https://vmpsoft.com/vmprotect/user-manu ... on-section
- Fri Nov 14, 2025 10:46 am
- Forum: Technical questions
- Topic: Severe slowdown with Memory Protection on Unity’s GameAssembly.dll (40–60s startup; C++ calls stutter).
- Replies: 4
- Views: 354
Re: Severe slowdown with Memory Protection on Unity’s GameAssembly.dll (40–60s startup; C++ calls stutter).
Are you a registered user?
- Fri Nov 14, 2025 10:40 am
- Forum: Technical questions
- Topic: How to use VMProtectDecryptStringA properly?
- Replies: 3
- Views: 180