mirror of
https://github.com/Obfuscator-Collections/VMProtect.git
synced 2025-08-02 15:30:11 +03:00
first commit
Version 3.x.x
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