82 lines
3.1 KiB
XML
Executable File
82 lines
3.1 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="preloaderbootstrap">
|
|
|
|
<image_elements>
|
|
<description>preloader Bootstrap Protection</description>
|
|
<input_file>$RS_BUILDBRANCH\Play$RS_TITLE.exe</input_file>
|
|
<guard_obfuscation>$OBFUSCATION_LEVEL</guard_obfuscation>
|
|
<dir>
|
|
<path>$RAGE_DIR\lib</path>
|
|
<path>$RS_CODEBRANCH\extra\launcher\tinyxml\x64\$TINYXML_RELEASE</path>
|
|
<path>$RS_CODEBRANCH\extra\launcher\bootstrap</path>
|
|
<path>$RS_CODEBRANCH\extra\launcher\bootstrap\x64</path>
|
|
<path>$RS_CODEBRANCH\extra\launcher\bootstrap\x64\$RELEASE</path>
|
|
</dir>
|
|
<map_file>$RS_BUILDBRANCH\Play$RS_TITLE.map</map_file>
|
|
<output_file>$PROTECTION_PATH/generated/Play$RS_TITLE.$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="PREBS_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="PREBS_0000_OBF_A">
|
|
<obfuscation>
|
|
<protected_range>
|
|
<include>
|
|
<range>
|
|
<image_name>preloaderbootstrap</image_name>
|
|
</range>
|
|
</include>
|
|
</protected_range>
|
|
<level>1</level>
|
|
<debug>false</debug>
|
|
<disable>false</disable>
|
|
</obfuscation>
|
|
</guard_cmd>
|
|
|
|
<print_cmd name="print_image">
|
|
<range>
|
|
<image_name>preloaderbootstrap</image_name>
|
|
</range>
|
|
<disable>$FAST_PROTECT</disable>
|
|
</print_cmd>
|
|
</image_cmd>
|
|
</guardSpec>
|
|
|