j4k0xb / webcrack

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

Unpack atob() and other common functions #53

Open Niek opened 5 months ago

Niek commented 5 months ago

I see some code that has statements like this:

const blah = atob("ZGVza3RvcA==")

Another common one is a "decryptor"/translation function like ROT13. It would be great if such cases could be extracted.