Skip to content

Bug fixes

Compare
Choose a tag to compare
@MichaelXF MichaelXF released this 20 Jun 21:56
· 382 commits to master since this release
9567f76
  • 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 and Control 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.