Search found 2733 matches

by Admin
Thu Sep 18, 2025 10:26 am
Forum: Technical questions
Topic: console option to control packing
Replies: 6
Views: 67

Re: console option to control packing

You need to do the following steps: 1. Open any binary with GUI version. 2. Select required options in the "Options" section 3. Delete all markers in the "Functions for Protection" section 3. Save project file as "default.vmp" 4. Use console version with real binary and...
by Admin
Thu Sep 18, 2025 10:00 am
Forum: Technical questions
Topic: console option to control packing
Replies: 6
Views: 67

Re: console option to control packing

You need to make ".VMP" with required options and use it for console version.
by Admin
Thu Sep 18, 2025 9:30 am
Forum: Technical questions
Topic: console option to control packing
Replies: 6
Views: 67

Re: console option to control packing

Are you are registered user?
by Admin
Thu Sep 11, 2025 4:06 am
Forum: Technical questions
Topic: VM complexity scripting function
Replies: 5
Views: 16166

Re: VM complexity scripting function

The Complexity only affects the size of virtualized code and doesn't affect its speed.
by Admin
Tue Aug 26, 2025 7:41 am
Forum: Technical questions
Topic: linux elf segment option excluded from protection failed
Replies: 4
Views: 1354

Re: linux elf segment option excluded from protection failed

I don't recommend to modify a protected application because it may work incorrectly.

P.S. The PE format contains only "segments" unlike ELF and Mach-O where "segments" and "sections" are available.
by Admin
Thu Aug 21, 2025 12:10 pm
Forum: Technical questions
Topic: musl support
Replies: 5
Views: 1308

Re: musl support

Are you planning to support musl?
It seems you didn't understand what the topic starter wants.
by Admin
Thu Aug 21, 2025 6:21 am
Forum: Technical questions
Topic: musl support
Replies: 5
Views: 1308

Re: musl support

VMProtect uses glibc for SDK/runtime and doesn't know anything about third-party libraries like musl.
by Admin
Tue Aug 19, 2025 12:22 pm
Forum: Technical questions
Topic: linux elf segment option excluded from protection failed
Replies: 4
Views: 1354

Re: linux elf segment option excluded from protection failed

Please notice that a "segment" and a "section" are different things. Try to use the following script: function OnBeforeSaveFile() local file = vmprotect.core():outputArchitecture() local section = file:sections():itemByName('.sigdata') if section then section:setExcludedFromStrip...
by Admin
Tue Aug 12, 2025 11:40 am
Forum: Technical questions
Topic: Manual mapping with vmp
Replies: 5
Views: 1573

Re: Manual mapping with vmp

I'm not going to fix bugs in your code.

P.S. The topic is closed.
by Admin
Tue Aug 12, 2025 10:48 am
Forum: Technical questions
Topic: Manual mapping with vmp
Replies: 5
Views: 1573

Re: Manual mapping with vmp

VMProtect allows to load virtual DLLs without additional coding. Anyway, it seems your manual mapping method doesn't support exception handling, so a protected application crashes.
by Admin
Tue Aug 12, 2025 3:45 am
Forum: Technical questions
Topic: Manual mapping with vmp
Replies: 5
Views: 1573

Re: Manual mapping with vmp

Are you a registered user?
by Admin
Sun Aug 10, 2025 12:52 pm
Forum: Technical questions
Topic: VMP Protection causing Segfault
Replies: 5
Views: 2219

Re: VMP Protection causing Segfault

Please send us a test example (original binary + VMP files) that shows your problem.
by Admin
Sat Aug 09, 2025 3:07 am
Forum: Technical questions
Topic: VMP Protection causing Segfault
Replies: 5
Views: 2219

Re: VMP Protection causing Segfault

Please send us a test example (original binary + VMP files) that shows your problem.
by Admin
Fri Aug 08, 2025 3:15 am
Forum: Technical questions
Topic: VMP Protection causing Segfault
Replies: 5
Views: 2219

Re: VMP Protection causing Segfault

Please try the latest version of VMProtect:
https://vmpsoft.com/uploads/VMProtectDemo.tar.gz
by Admin
Thu Aug 07, 2025 6:12 am
Forum: Technical questions
Topic: VMProtect for ARM64 coming soon
Replies: 18
Views: 82023

Re: VMProtect for ARM64 coming soon

VMProtect will support ARM64 for Windows, Linux and macOS.