Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 496 Bytes

File metadata and controls

23 lines (16 loc) · 496 Bytes

Unconfuser

Attempts to deobfuscate JS-Confuser code.

Beta Notice

I don't really build things like this often, so it might look not up to par!

Feel free to open a PR or issue if want to contribute or have any issues.

Following Transforms are Deobfuscated

  • Moved Declarations
  • Shuffle
  • Variable Masking (Broken)
  • HexaDecimal Numbers
  • String Splitting
  • Calculator
  • Seperation of Var Decls (minification)
  • Opaque Predicates (Beta/Buggy)
  • String Encoding

(and more coming soon)