sanex3339
|
e7a6186eb6
Code transformers #2: HashbangOperatorTransformer
|
5 years ago |
sanex3339
|
6d03a2bacf
Added prefixes to the generated global identifiers of the added code
|
5 years ago |
sanex3339
|
d229c8ffa1
Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/563
|
5 years ago |
sanex3339
|
a2e9c05ce8
Fixed errors related to identifiers. Changed self defending helper
|
5 years ago |
sanex3339
|
51523c0d5c
Refactoring of custom nodes: split on custom nodes and custom code helpers
|
5 years ago |
sanex3339
|
9dde522879
Custom nodes refactoring. CustomNodeObfuscator class.
|
5 years ago |
sanex3339
|
ac259dab1c
Added more fixes of identifier names conflicts when using `identifiersPrefix`
|
5 years ago |
sanex3339
|
db908f7bce
Fixed conflicts between generated names and names from untouched identifiers from source code.
|
5 years ago |
sanex3339
|
0fe1c15f15
Refactoring of CLI utils
|
5 years ago |
sanex3339
|
ca4a907094
Added tests for rc4 encoded value collision fix
|
5 years ago |
sanex3339
|
fcbe2ee66e
Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/535
|
5 years ago |
sanex3339
|
05a172973c
Reverted validation errors under `node` target for `sourceMap*` options
|
5 years ago |
sanex3339
|
dcf634e7e6
Added missing tests import
|
5 years ago |
sanex3339
|
001417333e
Slightly changed tests structure
|
5 years ago |
sanex3339
|
e9ddfdf81d
IsAllowedForObfuscationTarget validator
|
5 years ago |
sanex3339
|
b776df8f90
ScopeAnalyzer tests
|
5 years ago |
sanex3339
|
102b4cdd58
Use of `eslint-scope` data to rename identifiers #2: refactoring
|
5 years ago |
sanex3339
|
54be39bb26
Extracted some LiteralTransformer tests to StringArrayStorage.spec.ts
|
5 years ago |
sanex3339
|
24135e3490
Added additional tests
|
5 years ago |
sanex3339
|
1edf96c0a0
`shuffleStringArray` option
|
5 years ago |
sanex3339
|
645e122640
Switched from `espree` to `acorn`
|
5 years ago |
sanex3339
|
3a1cc4e4f5
Auto detection of prevailing kind of variables
|
5 years ago |
sanex3339
|
2c549379a7
StackTraceAnalyzer rename to CallsGraphAnalyzer
|
5 years ago |
sanex3339
|
114b053bd9
Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/419
|
5 years ago |
sanex3339
|
37784ff97b
Added ReservedStringObfuscatingGuard test file to index.spec.ts
|
5 years ago |
sanex3339
|
554b94a870
Added unit tests for DictionaryIdentifierNamesGenerator
|
5 years ago |
sanex3339
|
a83f3fcacd
Added missing tests import
|
5 years ago |
sanex3339
|
f8044a7248
Added base tests for LevelledTopologicalSorter
|
5 years ago |
sanex3339
|
58f220dd40
Added SplitStringTransformer tests to index.spec.ts
|
5 years ago |
sanex3339
|
e7f2bd1063
Replaced ObfuscationResult and SourceMapCorrector classes by ObfuscatedCode class
|
6 years ago |