Open QuasarX opened 6 years ago
The unescape parts of this already work (from the output your provided). The other two elements (0xc8
and ![]
) aren't unescaping but rather some kind of deobfuscation rules. These may be implemented eventually, but are a low priority.
Description
Input
The code looked like this before beautification:
Expected Output
The code should have looked like this after beautification:
Actual Output
The code actually looked like this after beautification:
Steps to Reproduce
used http://jsbeautifier.org/
Environment
OS: Windows 10
Settings