Plugins.Soda.UPX - upx
Parameters
Table 29. Parameters
| Attribute | Type | Description | Required |
|---|---|---|---|
| fileName | string | The name of the exe or dll to compress. | true |
| level | int | The level of compression between 1 and 9. If blank, will use the smallest compression. | false |
| if | bool | If true, the task will be executed, otherwise it will be skipped. The default is true. | False |
| unless | bool | The opposite of if. If false, the task will be executed, otherwise it will be skipped. The default is false. | False |