sanex
|
061bffe2c4
Refactoring related to ArrayUtils, NodeMetadata and StringArray transformets
|
3 tahun lalu |
sanex
|
88ea1a2789
Completely removed lexical scope storage logic and data for generation scope calls wrappers
|
3 tahun lalu |
sanex
|
a1dc2df04f
`stringArrayWrappersType: 'function'` now generates different indexes between each wrapper inside the same lexical scope
|
3 tahun lalu |
sanex
|
e681982f51
Typescript 4.3 update
|
4 tahun lalu |
sanex
|
efac711ce4
Improved `rotateStringArray` option WIP
|
4 tahun lalu |
sanex
|
ab4508de14
Fixed missing prefix of root identifiers added by `stringArrayWrappersCount` option when `identifiersPrefix` option is set
|
4 tahun lalu |
sanex
|
002e068be2
Renamed fields of IStringArrayScopeCallsWrapperParameterIndexesData interface
|
4 tahun lalu |
sanex
|
c0cd04d2bf
Added `stringArrayWrappersParametersMaxCount` option
|
4 tahun lalu |
sanex
|
4079b42fbd
WIP: added random string array scope calls wrappers parameters
|
4 tahun lalu |
sanex
|
4f33c76da1
New option: `stringArrayIndexShift` enables additional index shift for all string array calls
|
4 tahun lalu |
sanex
|
dc3da64da7
`EscapeSequenceTransformer` moved to the `Finalizing` transformers
|
4 tahun lalu |
sanex
|
4c1bae0527
`unicodeEscapeSequence` logic moved to the `EscapeSequenceTransformer`
|
4 tahun lalu |
sanex
|
a5d7f7418c
`forceTransformedStrings` option
|
4 tahun lalu |
sanex
|
33441ebf36
Shifted indexes of string array wrappers #3: added ability to generate a negative shifted index
|
4 tahun lalu |
sanex
|
3036e8be1a
WIP: shifted indexes of string array wrappers #2: refactoring
|
4 tahun lalu |
sanex
|
559e3a440a
WIP: shifted indexes of string array wrappers #1
|
4 tahun lalu |
sanex
|
4c1a949fd3
Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/745
|
4 tahun lalu |
sanex
|
e20f2826e4
Refactoring of StringArrayTransformer.ts: moved logic to StringArrayWrappersTransformer, StringArrayScopeCallsWrapperDataStorage and VisitedLexicalScopeNodesStackStorage
|
4 tahun lalu |
sanex
|
47104dda93
Moved `isValidLexicalScopeNode` method to the NodeGuards as `isNodeWithLexicalScopeAndStatements`
|
4 tahun lalu |
sanex
|
b152e7bd09
Fixed order of the appended string array scope wrappers
|
4 tahun lalu |
sanex
|
09e89f8fe6
Fixed `stringArrayWrappersCount` behaviour with arrow function scope without statements
|
4 tahun lalu |
sanex
|
9b5eba5363
Fixed `stringArrayCallsWrapper` option with `mangled` names generator
|
4 tahun lalu |
sanex
|
f43b138e8a
New option `stringArrayWrappersChainedCalls`. Renamed option `stringArrayIntermediateVariablesCount` on `stringArrayWrappersCount`
|
4 tahun lalu |
sanex
|
7df32035ec
Added StringArrayCallNode custom node
|
4 tahun lalu |
sanex
|
b483ef17cf
Added StringArrayIntermediateCallsWrapperNode custom node
|
4 tahun lalu |
sanex
|
4c5028c095
Fixed tests of `stringArrayIntermediateVariablesCount` option
|
4 tahun lalu |
sanex
|
5bbbc901d4
`stringArrayIntermediateVariablesCount` option rework
|
4 tahun lalu |
sanex
|
84432e87e8
Improved `stringArrayIntermediateVariablesCount` option with function intermediate calls
|
4 tahun lalu |
sanex
|
1b656d7386
New option: `stringArrayIntermediateCalls` sets the passed amount of intermediate variables for the `string array`
|
4 tahun lalu |
Timofey Kachalov
|
42ff66849e
Mixed string array encoding prototype (#727)
|
4 tahun lalu |