vik0t0r / gopherjsre

gopherjsRE is an attempt to make analysis of gopherjs produced files easier
MIT License
1 stars 0 forks source link

Consider using wakaru and/or webcrack to help with unminifying #1

Open 0xdevalias opened 8 months ago

0xdevalias commented 8 months ago

There are 2 pretty good modern JavaScript unminify/reverse engineering tools that might be able to help your goals here:

After reading your blog (Ref), I went and opened an issue on each of them, suggesting adding support for GopherJS bundles:

I wonder if adding GopherJS bundle support to one/both of those would be something you'd be interested in doing? They should provide a good 'baseline' unminification tool to make the implementation easier.

pionxzh commented 8 months ago

Let me know If you encountered any issues while integrating wakaru into the project(If you want). The NPM build is not yet well-tested, but I will remove blockers as soon as possible.

vik0t0r commented 8 months ago

In the future, I'll take a look into decompiling gopherjs using wakaru as baseline. The hole vscode extension thing was just to have a easy way to rename variables. But for now, I'm going to enjoy the holidays. Merry christmas.

Pd. Thanks for taking the time to read my blog.

0xdevalias commented 8 months ago

In the future, I'll take a look into decompiling gopherjs using wakaru as baseline. The hole vscode extension thing was just to have an easy way to rename variables.

Cool, sounds good :)

But for now, I'm going to enjoy the holidays. Merry christmas.

Yeah definitely. Enjoy!

Pd. Thanks for taking the time to read my blog.

Np, was a good/interesting read :)