AngeloD2022 / jsxer

Jsxer is a fast and accurate decompiler for Adobe ExtendScript Binary (JSXBIN) files, featuring JSXBlind deobfuscation.
GNU General Public License v3.0
157 stars 25 forks source link

Website and/or WASM version? #120

Open ghost opened 1 year ago

ghost commented 1 year ago

I'd like to learn WASM so this might be a good opportunity to do so. Would it make sense to build a WASM version of this tool and then build a website around it to allow people to decrypt jsxbin files online?

psyirius commented 1 year ago

yeah. its possible!

If anyone had some time to spend towards it. Otherwise, Contributions are welcome :)

AngeloD2022 commented 1 year ago

I've been thinking about doing this exactly. You can see that I made a related branch a while ago: emscripten

AngeloD2022 commented 1 year ago

@andrinmeier go for it if you want! I'd be more than happy to contribute!