j4k0xb / webcrack

Deobfuscate obfuscator.io, unminify and unpack bundled javascript
https://webcrack.netlify.app
MIT License
647 stars 73 forks source link

Cannot read properties of undefined (reading 'params') #55

Open MaxAndolini opened 5 months ago

MaxAndolini commented 5 months ago

Describe the bug

I can deobfuscate scripts successfully, but some like this give this error. How can we fix it?

Expected Behaviour

I want to deobfuscate it with webcrack.

Code

https://pastes.io/vh35utbtad

Logs

https://ibb.co/02HBZbh
j4k0xb commented 5 months ago

The error has already been fixed in 9e8d53fad10d0d002348a9db420e86535045c187 which isn't released yet (except for the playground) But it can't be fully deobfuscated until #44 is solved

MaxAndolini commented 5 months ago

Thank you. How can i get beta version with npm?

Also do you know how can i run this script without deobfuscate?

j4k0xb commented 5 months ago

v2.13.0 is published now

Also do you know how can i run this script without deobfuscate?

only possible in the node.js api or playground, how about flags like --no-deobfuscate for all options?