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

122 lines
4.5 KiB
XML
Executable File

<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<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="rgsc">
<image_elements>
<input_file>$RAGE_DIR\suite\src\rgsc\rgsc\x64\$RELEASE\socialclub.dll</input_file>
<guard_obfuscation>$OBFUSCATION_LEVEL</guard_obfuscation>
<dir>
<path>$RAGE_DIR\suite\src\rgsc\rgsc\x64\$RELEASE</path>
<path>$RAGE_DIR\suite\src\rgsc\rgsc</path>
<path>$RAGE_DIR\lib</path>
</dir>
<map_file>$RAGE_DIR\suite\src\rgsc\rgsc\x64\$RELEASE\socialclub.map</map_file>
<output_file>$PROTECTION_PATH/generated/socialclub_$RELEASE_$CURR_TIME.dll</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>
<image_config_cmd>
<description>SCDLL_0000_IMG_CFG_A</description>
<expansion>0</expansion>
<compiler>
<vs2012>
</vs2012>
</compiler>
<destroy_load_config_table>true</destroy_load_config_table>
</image_config_cmd>
<guard_cmd name="SCDLL_0000_ENC_A">
<encryption_wrapper>
<action>
<notify_user>
<message>SCDLL_0000_ENC_A</message>
<exit_code>0</exit_code>
</notify_user>
</action>
<exclude>
<range>
<image_name>rgsc</image_name>
<code matching="exact">__NLG_Dispatch2</code>
</range>
<range>
<image_name>rgsc</image_name>
<code matching="exact">__crt_debugger_hook</code>
</range>
<range>
<image_name>rgsc</image_name>
<code matching="exact">_debugger_hook_dummy</code>
</range>
</exclude>
<algorithm_decryption>
<use>AES256</use>
</algorithm_decryption>
<algorithm_integrity>
<use>fast</use>
</algorithm_integrity>
<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>
</encryption_wrapper>
</guard_cmd>
<guard_cmd name="SCDLL_0000_OBF_A">
<obfuscation>
<protected_range>
<include>
<range>
<image_name>rgsc</image_name>
</range>
</include>
</protected_range>
<level>1</level>
<debug>false</debug>
<disable>false</disable>
</obfuscation>
</guard_cmd>
<guard_cmd name="SCDLL_0000_OBF_B">
<obfuscation>
<protected_range>
<include>
<range>
<image_name>rgsc</image_name>
<code>DownloadGamerPicTask</code>
</range>
</include>
</protected_range>
<level>2</level>
<debug>false</debug>
<disable>false</disable>
</obfuscation>
</guard_cmd>
<print_cmd name="print_image">
<range>
<image_name>rgsc</image_name>
</range>
<disable>$FAST_PROTECT</disable>
</print_cmd>
</image_cmd>
</guardSpec>