sanex3339
|
a5077431de
Added fixed seed for the first obfuscation pass of the CustomNodeObfuscator
|
5 years ago |
sanex3339
|
9dde522879
Custom nodes refactoring. CustomNodeObfuscator class.
|
5 years ago |
sanex3339
|
2ee1a3b942
Fix of duplicate identifiers error
|
5 years ago |
sanex3339
|
89e8a2452a
More stable way to preserve identifiers with scope identifiers traverser
|
5 years ago |
sanex3339
|
7ff6721093
Dependencies update
|
5 years ago |
sanex3339
|
b95b279783
Removed unused NodeGuards code
|
5 years ago |
sanex3339
|
002697caf5
Improved mangled identifier names generator. Improved variable preserving.
|
5 years ago |
sanex3339
|
ac259dab1c
Added more fixes of identifier names conflicts when using `identifiersPrefix`
|
5 years ago |
sanex3339
|
78722782de
Additional improvements of variables preserving
|
5 years ago |
sanex3339
|
4e716ed0d0
Prevented transformation of object keys in sequence expression that has `super` call
|
5 years ago |
sanex3339
|
db908f7bce
Fixed conflicts between generated names and names from untouched identifiers from source code.
|
5 years ago |
sanex3339
|
e987a8f55e
Fixed support of exponentiation operator. Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/534
|
5 years ago |
sanex3339
|
469dd4a0cf
Updated changelog and version
|
5 years ago |
sanex3339
|
e589b461c3
Fixed wrong rename of object pattern identifiers
|
5 years ago |
sanex3339
|
ca4a907094
Added tests for rc4 encoded value collision fix
|
5 years ago |
sanex3339
|
740b84d598
Fix of rc4 encoded values collision
|
5 years ago |
sanex3339
|
7a6a35964b
Migration from tslint on eslint #2
|
5 years ago |
sanex3339
|
64b61a7ae7
Migration from tslint on eslint #1
|
5 years ago |
sanex3339
|
fcbe2ee66e
Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/535
|
5 years ago |
sanex3339
|
41a31a1c54
Updated copyright
|
5 years ago |
sanex3339
|
05a172973c
Reverted validation errors under `node` target for `sourceMap*` options
|
5 years ago |
sanex3339
|
f819acbc4b
Removed isNodeScope option, added more tests
|
5 years ago |
sanex3339
|
c0117912c1
Added class scope sanitizing
|
5 years ago |
sanex3339
|
65f8bb84d4
Version update to 0.24.0
|
5 years ago |
sanex3339
|
58c165f889
Increased `identifierNamesGenerator: 'mangled` speed
|
5 years ago |
sanex3339
|
b454b9e809
Additional fixes of `transformObjectKeys`
|
5 years ago |
sanex3339
|
f6cc614c36
Bundles update
|
5 years ago |
sanex3339
|
856709ab12
`transformObjectKeys` refactoring and bug fixes
|
5 years ago |
sanex3339
|
5011d89eee
Fixed object expression keys transformation when of sequence expressions, when identifier is referenced on the same expression
|
5 years ago |
sanex3339
|
87c8c612b8
Fixed wrong object keys transformation of objects inside sequence expressions
|
5 years ago |