Skip to content

v2.15.0

Latest
Compare
Choose a tag to compare
@j4k0xb j4k0xb released this 05 Dec 19:43
· 1 commit to master since this release

General

  • CommonJS support: now require("webcrack") also works without errors

Deobfuscate

  • Evaluate atob, unescape, decodeURI and decodeURIComponent calls (#53)
  • Inline variable with multiple assignments (#121)
  • Log original string array name, length and decoder function names:
    image
  • Detect arrow-function iife (#127)
  • Fixed a bug where inlining string arrays and merging strings could mess them up
  • Fixed a bug where not all decoder aliases were detected (#119)

Playground

  • Open file from URL:
    image
  • Show syntax error alerts with line/col:
    image