Open Collective
Open Collective
Loading
`2.3.0` version
Published on September 17, 2020 by timofey kachalov

`2.3.0` version has been released!

It contains the `stringArrayWrappersType` option for more powerful strings transformation. This option allows to select a type of the wrappers that are appending by the `stringArrayWrappersCount` option.

Available values:

* `'variable'`: appends variable wrappers. Fast performance.

* `'function'`: appends function wrappers. More slow performance than with `variable` but allows to additionally shift the `stringArray` index.

Highly recommended to use `function` wrappers for higher obfuscation when a performance loss doesn't have a high impact on an obfuscated application.