You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 27, 2019. It is now read-only.
yck1509 edited this page Nov 18, 2015
·
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.