Bug fixes
-
Bug fix:
Control Flow Flattening
on classes no longer creates syntax errors -
Bug fix:
String Concealing
will check for duplicate strings -
Bug fix:
String Concealing
now handles class properties -
Bug fix:
Stack
andControl Flow Flattening
no longer modifies floats -
New API:
obfuscateAST(AST, options)
Obfuscates an ESTree compliant AST. Returns a Promise
.
Note: Mutates the object.
Parameter | Type | Description |
---|---|---|
AST |
object |
The ESTree compliant AST. This object will be mutated. |
options |
object |
The obfuscator settings. |