j4k0xb / webcrack

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

optimisation ideas #22

Closed moongazer07 closed 8 months ago

moongazer07 commented 8 months ago

you should try porting this to one of the Lang's: fortran, go, c, rust, Python, c++

j4k0xb commented 8 months ago

true it could result in more performance (except python lol) but afaik these languages don't have similar libs as I'm currently using (babel, isolated-vm, codemod matcher), and implementing them from scratch would be too much effort to be worth it

swc is probably the closest thing to babel but still too limited:

0xdevalias commented 8 months ago

For ease of others following along, this thread continues in the following issues: