Skip to content
This repository has been archived by the owner on Jan 27, 2019. It is now read-only.

Compressor

SimBri edited this page Jun 23, 2017 · 4 revisions

ID: compressor

This packer reduces the size of output using LZMA compression algorithm. Only one executable module may be in the project and it would be used as the main entry module.

Parameters

key: This parameter define the way ConfuserEx derives the decryption key. Supported values are:

  • normal: ConfuserEx would use static algorithms with random parameters to derive the decryption key.

  • dynamic: ConfuserEx would use dynamically generated algorithms to derive the decryption key.

Default is normal.

compat: This parameter is a boolean value, indicates whether ConfuserEx should use compatibility mode that works with Mono. Default is false.

Example: <packer id="compressor"> <argument name="main" value="<module name>"/> <argument name="key" value="normal"/> </packer>

Clone this wiki locally