Commit History

Author SHA1 Message Date
  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 4 years ago
  sanex 532fd8654c Updated CHANGELOG.md 4 years ago
  sanex 8ae8e0b50b New option `ignoreRequireImports` prevents obfuscation of `require` imports 4 years ago
  sanex 8db868db1c Version 2.7.1. Updated `@javascript-obfuscator/escodegen` to `2.1.1`. 4 years ago
  sanex 98bf2e6256 Switched form `escodegen` to `@javascript-obfuscator/escodegen` 4 years ago
  sanex e8517bf770 Added ignoring of all object members previous to `SpreadElement` when `transformObjectKeys` option is enabled 4 years ago
  sanex 229c99f68c Added `ExportSpecifierTransformer`. Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/791 4 years ago
  sanex 294653a800 Enabled travis build under node.js@15 4 years ago
  sanex ccc070bdf5 Fixed install in PowerShell. Added some eslint rules. Dependencies update. 4 years ago
  sanex 0c33e737a5 Fixed missing rename of object pattern properties in some cases 4 years ago
  sanex 533a52c6fc * Fixed broken `identifierNamesGenerator: 'mangled-shuffled'` after `2.2.0` 4 years ago
  sanex 381fd18177 * @gradecam/tsenum replaced with an internal implementation 4 years ago
  sanex 4ff7a40c35 Updated changelog of 2.5.0 release 4 years ago
  Timofey Kachalov ac671daa94 Enabled windows builds (#772) 4 years ago