-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Compressor
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.
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>