Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when deobfuscating some files #102

Closed
nicepot opened this issue Aug 8, 2024 · 1 comment
Closed

Error when deobfuscating some files #102

nicepot opened this issue Aug 8, 2024 · 1 comment
Labels
bug Something isn't working deobfuscate

Comments

@nicepot
Copy link

nicepot commented Aug 8, 2024

Describe the bug

Error when deobfuscating some files

Expected Behaviour

Debofus
a.txt

Code

see attachment

Logs

No response

@nicepot nicepot added the bug Something isn't working label Aug 8, 2024
@j4k0xb
Copy link
Owner

j4k0xb commented Aug 8, 2024

Another obfuscator injected invalid code like _0x2c1033()+=_0x18f210.
This is never executed but the parser complained, now it can recover from such errors and obfuscator.io is successfully deobfuscated.

But you'll have to find a different way/tool to deal with the $1

if ($1[5762] !== $1[5762]) {
        if (_0x263127 && !_0x350490) {
          (0, _0x208788[$1[6070]])(_0x1af268, _0x1afdd7);
          return () => {
            (0, _0x3825b7[$1[6070]])(_0xfd8ea3, null);
          };
        }
      } else {
        _0x1b25b0[$1[1771]](_0x39476d, {
          [$1[6070]]: () => _0x13e75d
        });

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working deobfuscate
Projects
None yet
Development

No branches or pull requests

2 participants