Open nicepot opened 3 months ago
gonna look into it
but the deobfuscation works fine, it only errors when mangle is active
edit: it also has some weird code like this
var n = __DECODE_0__;
var n = config[e(764) + n(1192)][a];
if (n[e(1249)]) {
that is incorrectly deobfuscated into:
var n = config.ReactionRoles[a];
if (__DECODE_0__.useButtons) {
Describe the bug
Error: Unexpected constant violation (VariableDeclarator): [c,l]
Expected Behaviour
Deobfuscated
Code
Logs