Timofey Kachalov
|
fbab8149f7
Merge pull request #552 from javascript-obfuscator/variable-preserve-improvements
|
5 years ago |
sanex3339
|
e1a24248b2
Fixed wrong lexical scope node for object expression host node
|
5 years ago |
sanex3339
|
28b2422c7e
Support of output directory paths with a dot symbol
|
5 years ago |
sanex3339
|
18160e36ae
Dependencies update
|
5 years ago |
sanex3339
|
ed09424df5
Changed file log messages
|
5 years ago |
sanex3339
|
ae111ead95
Revert: Now obfuscator runtime test runs only on node 12+
|
5 years ago |
Timofey Kachalov
|
31a70a58ec
Removed done callback
|
5 years ago |
sanex3339
|
a5139779f9
Changed evaluationWorker helper
|
5 years ago |
sanex3339
|
5e61885f93
Now obfuscator runtime test runs only on node 12+
|
5 years ago |
sanex3339
|
8cea97434d
Added console.log to the test file to debug error on travis.ci
|
5 years ago |
sanex3339
|
c60627ac3c
Added preserved variable names check to the hexadecimal identifiers name generator
|
5 years ago |
sanex3339
|
b2f6549552
Attempt to fix `done() called multiple times` error on node 10 #3
|
5 years ago |
sanex3339
|
e900171c84
Attempt to fix `done() called multiple times` error on node 10 #2
|
5 years ago |
sanex3339
|
65c41c2778
Attempt to fix `done() called multiple times` error on node 10
|
5 years ago |
sanex3339
|
e3f8291657
Improved new self defending code
|
5 years ago |
sanex3339
|
499c2b1a33
Fixed string array name preserving inside string array helpers
|
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
|
dd7c1df9f9
Fixed wrong names generation for the custom nodes
|
5 years ago |
Timofey Kachalov
|
daba144e76
Merge pull request #555 from javascript-obfuscator/new-mangled-names-generator
|
5 years ago |
sanex3339
|
16a7656984
Removed `getPreservedNames` method from AbstractIdentifierNamesGenerator
|
5 years ago |
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
|
837e7436c2
More runtime tests variants
|
5 years ago |
sanex3339
|
2ee1a3b942
Fix of duplicate identifiers error
|
5 years ago |
sanex3339
|
ca1545bffd
Added more tests
|
5 years ago |
sanex3339
|
89e8a2452a
More stable way to preserve identifiers with scope identifiers traverser
|
5 years ago |
sanex3339
|
eb233be65a
Added basic tests for mangled lexical scope identifiers generation
|
5 years ago |
sanex3339
|
7ff6721093
Dependencies update
|
5 years ago |
sanex3339
|
b95b279783
Removed unused NodeGuards code
|
5 years ago |