Commit History

Author SHA1 Message Date
  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
  sanex 2927fa0ab8 Preventing move of `"use strict";` directive during obfuscation 4 years ago
  sanex 3b8af4b29a String array improvement: fixed bugs 4 years ago
  sanex cec4b3525a Sync with master 4 years ago
  sanex 935d57a349 Fixed runtime errors in large obfuscated code when both `rc4` and `base64` encodings are enabled 4 years ago
  sanex efac711ce4 Improved `rotateStringArray` option WIP 4 years ago
  sanex a118112095 Removed `obfuscation-event-emitter` to allow more flexible append of node inside custom code helper groups. 4 years ago
  sanex ab4508de14 Fixed missing prefix of root identifiers added by `stringArrayWrappersCount` option when `identifiersPrefix` option is set 4 years ago
  sanex 576c50e755 Fixed wrong name of obfuscated files when input directory path is the `.` symbol 4 years ago
  sanex b2aee6cb6c Ignore object expressions as body of arrow function expression when `transformObjectKeys` option is enabled 4 years ago
  sanex c7cc68bedb Fixed wrong `stringArrayWrappersParametersMaxCount` CLI option name 4 years ago
  sanex c0cd04d2bf Added `stringArrayWrappersParametersMaxCount` option 4 years ago
  sanex ed7fbc5bef New option: `stringArrayIndexesType` accepts an array of types of string array call indexes 4 years ago
  sanex 4f33c76da1 New option: `stringArrayIndexShift` enables additional index shift for all string array calls 4 years ago
  sanex 8e55d19ebb Fixed incorrect rename of the identifiers of the added helpers in some rare cases 5 years ago
  sanex 532fd8654c Updated CHANGELOG.md 5 years ago
  sanex 8ae8e0b50b New option `ignoreRequireImports` prevents obfuscation of `require` imports 5 years ago
  sanex 8db868db1c Version 2.7.1. Updated `@javascript-obfuscator/escodegen` to `2.1.1`. 5 years ago
  sanex 98bf2e6256 Switched form `escodegen` to `@javascript-obfuscator/escodegen` 5 years ago