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

Uncaught Error: Failed to find scope for node FunctionBody #54

Closed
0xdevalias opened this issue May 17, 2024 · 4 comments
Closed

Uncaught Error: Failed to find scope for node FunctionBody #54

0xdevalias opened this issue May 17, 2024 · 4 comments

Comments

@0xdevalias
Copy link

Using the following code in the web version, I get this error, which seems to be related to the 'Replace Proxy Functions' option:

WiNOMy0.js.txt

Uncaught Error: Failed to find scope for node FunctionBody
    at k.enter (main.js:2:686793)
    at k.__execute (main.js:2:6811)
    at k.traverse (main.js:2:7742)
    at Object.j [as traverse] (main.js:2:557)
    at d.replaceProxyFunctionUsages (main.js:2:686703)
    at k.enter (main.js:2:687057)
    at k.__execute (main.js:2:6811)
    at k.traverse (main.js:2:7742)
    at Object.j [as traverse] (main.js:2:557)
    at d.replaceProxyFunctionUsages (main.js:2:686703)
@ben-sb
Copy link
Owner

ben-sb commented May 18, 2024

That bug should be fixed in e22766d

Your script looks like it needs a specific deobfuscator though, this project probably won't do much on it

@ben-sb ben-sb closed this as completed May 18, 2024
@0xdevalias
Copy link
Author

That bug should be fixed in e22766d

@ben-sb Thanks for that :) Is that fix pushed to https://deobfuscate.io/ yet? If so, I'm not sure it worked, as I'm still seeing the error:

Your script looks like it needs a specific deobfuscator though, this project probably won't do much on it

@ben-sb Yeah, I suspected that would be the case as well, but was curious to see what the output would look like all the same.

@ben-sb
Copy link
Owner

ben-sb commented May 19, 2024

You're correct, I'd forgotten to propagate the changes to the site. Should be deployed now

@0xdevalias
Copy link
Author

Should be deployed now

@ben-sb Thanks :) Can confirm that it seems to work now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants