aboutsummaryrefslogtreecommitdiff
path: root/examples/scripts/Environment Variables/Project1.exe.vmp
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 &quot;Test marker&quot;' Options="1" />
            <Procedure MapAddress='string &quot;Correct password&quot;' Options="1" />
            <Procedure MapAddress='string &quot;Incorrect password&quot;' Options="1" />
        </Procedures>
        <Messages />
        <Objects />
    </Protection>
    <DLLBox>
        <Folders />
    </DLLBox>
    <Script>
        <![CDATA[vmprotect.setEnvironmentVariable("MYVAR", "output")]]>
</Script>
    <LicenseManager />
</Document>