8 ms·
I was working on adding better WASM support to ghidra, but now I can just point Claude to binaryen
by hackcasual 2mo ago
I was working on adding better WASM support to ghidra, but now I can just point Claude to binaryen
- bpavuk 2mo agoI wonder, how many such interesting and universally beneficial developments did emergence of tools like Claude Code kill?
- nneonneo 2mo agoWell, that's too bad; as the main developer of https://github.com/nneonneo/ghidra-wasm-plugin https://github.com/nneonneo/ghidra-wasm-plugin it would have been really nice to get better support for all the new features that have been added into the spec over the last few years. I also think that, for larger projects, it's still useful to have real decompilation support; for example, Il2CppDumper works in tandem with ghidra-wasm-plugin to enable decompilation of Unity Il2Cpp projects, which are often enormous (100MB wasm files are not uncommon) and for which the symbols + types are invaluable.