Commit History

Author SHA1 Message Date
  sanex 1dbfd24237 `renameProperties` option now won't generate duplicated property names in some cases 4 years ago
  sanex a1dc2df04f `stringArrayWrappersType: 'function'` now generates different indexes between each wrapper inside the same lexical scope 4 years ago
  sanex 3a71c78304 * `stringArrayWrappersType: 'function'` now appends `FunctionDeclaration` functions instead of `FunctionExpression` functions. This allows to append these wrappers at random positions inside each scope 4 years ago
  sanex fdd03c15c5 To increase performance and prevent possible runtime errors `transformObjectKeys` option now completely ignores objects with `NewExpression` nodes 4 years ago
  sanex d62bf3d377 To increase performance and prevent possible runtime errors `transformObjectKeys` option now completely ignores objects with `CallExpression` nodes 4 years ago
  sanex f7c5215e30 Improved `stringArray` calls wrapper decode code 4 years ago
  sanex 5683e75a91 Improved `stringArray` calls wrapper templates 4 years ago
  sanex 899456f553 Dead code injection unwrap stage now runs before string array transformers 4 years ago
  sanex d46fb7bce1 Updated CHANGELOG.md 4 years ago
  sanex 3cf94b7152 Fixed invalid behaviour of `transformObjectKeys` option when object values contains `this` references 4 years ago
  sanex 616ae59d75 `domainDest` => `domainLockRedirectUrl` option rename 4 years ago
  sanex ada04e5106 Updated `domainLock` option description 4 years ago
  sanex eaf005cb09 Added improved `domainDest` option validation 4 years ago
  sanex da40474079 Some minor fixes for `domainDest` option description. Added normalisation. Version update. 4 years ago
  sanex 9b3b1644ce Slightly simplified validation of identifier names cache. Updated README.md 4 years ago
  sanex bee043cef3 Identifier names cache option prototype #2. Added readme. 4 years ago
  sanex a13c764fc6 Fixed invalid code generation for start/middle rest arguments when `controlFlowFlattenig` option is enabled 4 years ago
  sanex c827d230ce Added support of `node@16` and dropped support of `node@10` 4 years ago
  sanex 4f9df91320 `stringArray` calls wrappers now inserted as `FunctionDeclaration` nodes at random indexes 4 years ago
  sanex 0926c13029 Added ability to specify the path to the input file after specifying the obfuscator options 4 years ago
  sanex 0acb91ca60 `renamePropertiesAutoExclude` option changed by `renamePropertiesMode` option 4 years ago
  sanex 6abd6c2194 Fixed CVE-2019-18413 4 years ago
  sanex 72a89a1357 Added support of `top-level await` 4 years ago
  sanex dd328b3c22 Fixed invalid code generation for rest arguments when `controlFlowFlattening` option is enabled 4 years ago
  sanex 61d98966b1 Fixed invalid behaviour of `numbersToExpressions` option for float numbers 4 years ago
  sanex 1847bcc5ac Fixed `simplify` option regression after `2.10.2` 4 years ago
  sanex 73953b37c0 Fixed CHANGELOG.md grammar mistake 4 years ago
  sanex 5289dcc834 Fixed behaviour of `simplify` options when node with a single-statement `body` is inside simplified `IfStatement` node 4 years ago
  sanex 04be75e27b Removed padding characters from all base64 encoded strings. 4 years ago
  sanex b71b39f5e7 Merge branch 'master' into rotate-string-array-improvements 4 years ago