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

Compressor

yck1509 edited this page Sep 28, 2014 · 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.

Clone this wiki locally