-
Notifications
You must be signed in to change notification settings - Fork 132
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
Problem in push/shift decoding #126
Comments
simply deobfuscate it multiple times |
I have this when I try: `webcrack:transforms prepare: started +0ms RangeError: Maximum call stack size exceeded Node.js v20.16.0 |
it's a babel issue? |
nope it happens when inlining variables, gets stuck in an infinite loop for code like this: _0x3f65e5 = _0x1042a4
// ...
_0x1042a4 = _0x3f65e5 why this occurs in the first place is still not clear |
So, I have to modify something in the obfuscated code to make it works, you think? |
Can you help me to know what I have to do to fix that? |
Describe the bug
There is a problem when webcrack try to decode the push/shift element that I send in example.
It decode correctly the elements associated to the function name a0_0x528b but the others are not used to decode the rest of the file.
I just sent the part that encode the elements in file because the file is big.
Expected Behaviour
Have to be unobfuscated
Code
Logs
The text was updated successfully, but these errors were encountered: