-
Notifications
You must be signed in to change notification settings - Fork 85
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
Unexpected reserved word 'await' #285
Comments
@TheGreyRaven I would probably start by seeing if bumping to the latest version of @j4k0xb 's If it does, then the version in If not and the issue is still present there, then it's probably worth opening an upstream issue and providing an ideally minimal example of the code to reproduce the error: If not, but it works upstream, then providing an ideally minimal example of the code to reproduce the error here would make the most sense I think. |
Ah I see, I tested pasting the obfuscated code into their online ide and there it deobuscated most of the code just fine. |
This project currently seems to be using Line 62 in f6a2190
Latest @TheGreyRaven If you feel like doing a little more digging, it would be useful to know if you get the same error running |
I remember a similar discussion regarding the version in this repo Since it works fine the first time I assume the generated code get's corrupted at some point. |
You can use |
With overriding to latest webcrack, I still see this |
I have a quite heavily obfuscated file that fails with the following error shown above.
Not sure what you might need to debug this further, let me know and I can assist with both the file that I'm trying to deobfuscate.
I had a few other files that also contained some awaits and such and those files successfully deobfuscated, so not sure what might be the issue.
Also I'm running the local 2b to deobfuscate.
The text was updated successfully, but these errors were encountered: