Search found 2777 matches

by Admin
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...
by Admin
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"
by Admin
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.
by Admin
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.
by Admin
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.
by Admin
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.
by Admin
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 , который ставит все свое барахло вообще в папку пользователя. И в какую дирек...
by Admin
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"
by Admin
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".
by Admin
Wed Nov 19, 2025 10:19 am
Forum: Technical questions
Topic: VMProtect for Python
Replies: 0
Views: 213

VMProtect for Python

In progress...
screen.png
screen.png (36.5 KiB) Viewed 211 times
screen2.png
screen2.png (78.31 KiB) Viewed 207 times
by Admin
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
by Admin
Fri Nov 14, 2025 10:40 am
Forum: Technical questions
Topic: How to use VMProtectDecryptStringA properly?
Replies: 3
Views: 180

Re: How to use VMProtectDecryptStringA properly?

Petrusky wrote: Fri Nov 14, 2025 7:01 am I've not, yet. I'm using the Demo version to test the features
This is not true, as you used the registered Professional instead of the Demo. We don't provide support to anyone who uses pirated versions of our software.

P.S. The topic is closed.