blob: 03de3d0b06bd297a99a91fdb0b144e0b23f5dfea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="UTF-8" ?>
<Document Version="2">
<Protection InputFileName="Project1.exe" Options="819200" RunParameters="" OutputFileName="%MYVAR%.exe">
<Folders />
<Procedures>
<Procedure MapAddress='VMProtectMarker "Test marker"' Options="1" />
<Procedure MapAddress='string "Correct password"' Options="1" />
<Procedure MapAddress='string "Incorrect password"' Options="1" />
</Procedures>
<Messages />
<Objects />
</Protection>
<DLLBox>
<Folders />
</DLLBox>
<Script>
<![CDATA[vmprotect.setEnvironmentVariable("MYVAR", "output")]]>
</Script>
<LicenseManager />
</Document>
|