Files
2025-09-29 00:52:08 +02:00

172 lines
6.4 KiB
XML
Executable File

<?xml version="1.0"?>
<guardSpec xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:///$RAGE_3RDPARTY/bin/Arxan/GuardIT/$ARXAN_VERSION/plugins/com.arxan.guardit_$ARXAN_VERSION/bin64/x86_windows_guardlibs/guardit.xsd">
<seed_cmd>
$SEED_VALUE
</seed_cmd>
<config_cmd>
<file>$PROTECTION_PATH/guardit_project_config.xml</file>
</config_cmd>
<image_cmd name="preloaderlauncher">
<image_elements>
<description>preloader Launcher Protection</description>
<input_file>$RS_BUILDBRANCH\$RS_TITLELauncher.exe</input_file>
<guard_obfuscation>$OBFUSCATION_LEVEL</guard_obfuscation>
<dir>
<path>$RS_CODEBRANCH\extra\launcher</path>
<path>$RS_CODEBRANCH\extra\launcher\Launcher\x64\$RELEASE</path>
<path>$RS_CODEBRANCH\rage\lib</path>
<path>$RS_CODEBRANCH\extra\launcher\tinyxml\x64\$TINYXML_RELEASE</path>
</dir>
<map_file>$RS_BUILDBRANCH\$RS_TITLELauncher.map</map_file>
<output_file>$PROTECTION_PATH/generated/$RS_TITLELauncher_$RELEASE_$CURR_TIME.exe</output_file>
<clone_import_table>true</clone_import_table>
<disable_pps>false</disable_pps>
<garbage_code>true</garbage_code>
<debug>false</debug>
<advanced_antidebug_algorithms>false</advanced_antidebug_algorithms>
</image_elements>
<guard_cmd name="PRELC_0000_ENC_A">
<encryption_wrapper>
<action>
<fail>
</fail>
</action>
<algorithm_decryption>
<use>fast</use>
</algorithm_decryption>
<algorithm_integrity>
<use>fast</use>
</algorithm_integrity>
<protected_types>
<custom>
<data>true</data>
<native_code>true</native_code>
<unused_areas>true</unused_areas>
</custom>
</protected_types>
<debug>false</debug>
<disable>false</disable>
</encryption_wrapper>
</guard_cmd>
<guard_cmd name="PRELC_0000_OBF_A">
<obfuscation>
<protected_range>
<include>
<range>
<image_name>preloaderlauncher</image_name>
</range>
</include>
</protected_range>
<level>1</level>
<debug>false</debug>
<disable>false</disable>
</obfuscation>
</guard_cmd>
<range_cmd name="PRELC_0001_TFIT_RANGES">
<include>
<range>
<image_name>preloaderlauncher</image_name>
<code>TFIT_</code>
</range>
</include>
<disable>false</disable>
</range_cmd>
<guard_cmd name="PRELC_0001_REP_A">
<repair>
<protected_range>
<include>
<range>
<image_name>preloaderlauncher</image_name>
<range_name>PRELC_0001_TFIT_RANGES</range_name>
</range>
</include>
</protected_range>
<invocation>
<locationSet>
<include>
<location>
<image_name>preloaderlauncher</image_name>
<location_name>CUTIL_DECRYPT_CALL_DECRYPT_INTERNAL</location_name>
</location>
</include>
</locationSet>
</invocation>
<algorithm>
<use>fast</use>
</algorithm>
<damage>
<static></static>
</damage>
<instances>0</instances>
<protected_types>
<custom>
<data>true</data>
<native_code>true</native_code>
<unused_areas>false</unused_areas>
</custom>
</protected_types>
<debug>false</debug>
<disable>false</disable>
</repair>
</guard_cmd>
<guard_cmd name="PRELC_0001_REP_B">
<repair>
<protected_range>
<include>
<range>
<image_name>preloaderlauncher</image_name>
<range_name>PRELC_0001_TFIT_RANGES</range_name>
</range>
</include>
</protected_range>
<invocation>
<locationSet>
<include>
<location>
<image_name>preloaderlauncher</image_name>
<location_name>CUTIL_DECRYPT_EXIT_DECRYPT_INTERNAL</location_name>
</location>
</include>
</locationSet>
</invocation>
<algorithm>
<use>fast</use>
</algorithm>
<damage>
<dynamic></dynamic>
</damage>
<instances>0</instances>
<protected_types>
<custom>
<data>true</data>
<native_code>true</native_code>
<unused_areas>false</unused_areas>
</custom>
</protected_types>
<debug>false</debug>
<disable>false</disable>
</repair>
</guard_cmd>
<print_cmd name="print_image">
<range>
<image_name>preloaderlauncher</image_name>
</range>
<disable>$FAST_PROTECT</disable>
</print_cmd>
</image_cmd>
</guardSpec>