Skip to content

Updates

Compare
Choose a tag to compare
@MichaelXF MichaelXF released this 04 Aug 22:30
· 127 commits to master since this release
412ecb3
  • Anti Tooling & Expression Obfuscation improvements

  • String Concealing improvements

    • Randomizes the charset for each obfuscation
    • Place multiple decryption functions throughout the code
  • Moved Declarations improvements

    • Now moves some variables as unused parameters on certain functions
  • RGF improvements

    • More likely to transform functions containing functions
  • Fixed #96

    • Removed hardcoded limits on String Concealing, String Compression, and Duplicate Literals Removal
  • Fixed #106

    • Final fix with const variables for Object Extraction
  • Fixed #131

    • __dirname is no longer changed by Global Concealing

New Option

preserveFunctionLength

  • Modified functions will retain the correct function.length property. (true/false)
    Enabled by default.

Minor improvements

  • Preserve function.length
  • Preserve Strict Mode behaviors
  • Preserve indirect vs. direct eval use