j4k0xb / webcrack

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

Unexpected constant violation (VariableDeclarator) #80

Closed youdie323323 closed 1 month ago

youdie323323 commented 1 month ago

Describe the bug

The error appear when trying to deobfuscate code

Expected Behaviour

Should deobfuscate correctly

Code

https://qu.ax/zEJG.txt

Logs

Error: Unexpected constant violation (VariableDeclarator): {currentPoint:a,rX:o,rY:i,sweepFlag:c,xAxisRotation:l,centp:v,a1:y,ad:d}=Z[s(1830)](f)
    at webcrack.worker-DAM0XNvR.js:71:204515
    at Array.forEach (<anonymous>)
    at En (webcrack.worker-DAM0XNvR.js:71:203971)
    at BJ (webcrack.worker-DAM0XNvR.js:71:212326)
    at Object.run (webcrack.worker-DAM0XNvR.js:76:599)
    at JT (webcrack.worker-DAM0XNvR.js:71:204958)
    at Array.<anonymous> (webcrack.worker-DAM0XNvR.js:78:38083)
    at IY (webcrack.worker-DAM0XNvR.js:78:38397)
    at async self.onmessage (webcrack.worker-DAM0XNvR.js:78:39020)
j4k0xb commented 1 month ago

It's a babel bug, have to wait until it's fixed: https://github.com/babel/babel/issues/16512

TheVisual commented 1 month ago

It's a babel bug, have to wait until it's fixed: babel/babel#16512

its fixed they closed it 8 hours ago

j4k0xb commented 1 month ago

not released yet though Now it is. Fixed in 12f4f4753eacbae9e75b796d9ffb21b245db4f26