mirror of
https://github.com/Alukym/VMProtect-Source.git
synced 2025-06-12 11:58:28 -05:00
Initial commit
This commit is contained in:
20
examples/scripts/Environment Variables/Project1.exe.vmp
Normal file
20
examples/scripts/Environment Variables/Project1.exe.vmp
Normal file
@ -0,0 +1,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>
|
Reference in New Issue
Block a user