Page 1 of 1

Can I select old VM architecture to reduce file size?

Posted: Wed Aug 24, 2022 11:12 pm
by zksxmk12
Protected file size is toooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo big.

Re: Can I select old VM architecture to reduce file size?

Posted: Wed Aug 31, 2022 11:41 am
by Admin
Open your .vmp file and add VMOptions in the Protection node:

Code: Select all

<?xml version="1.0" encoding="UTF-8" ?>
<Document>
    <Protection InputFileName="..." Options="..." VMOptions="XX">
...
VMOptions |= 1 - vmprotect will use old virtual machine (from 2.X)
VMOptions |= 2 - vmprotect will use only one virtual machine instead of maximum count
So VMOptions="3" will help you to make small files.

Re: Can I select old VM architecture to reduce file size?

Posted: Wed Oct 19, 2022 6:38 pm
by abcdefghijklnmopqrst
Admin wrote:Open your .vmp file and add VMOptions in the Protection node:

Code: Select all

<?xml version="1.0" encoding="UTF-8" ?>
<Document>
    <Protection InputFileName="..." Options="..." VMOptions="XX">
...
VMOptions |= 1 - vmprotect will use old virtual machine (from 2.X)
VMOptions |= 2 - vmprotect will use only one virtual machine instead of maximum count
So VMOptions="3" will help you to make small files.
So 3 is old virtual machine+only one virtual machine?

Re: Can I select old VM architecture to reduce file size?

Posted: Tue Feb 28, 2023 5:37 am
by Admin
"VMOptions" don't work starting 3.8