ghidra-wasm-plugin icon indicating copy to clipboard operation
ghidra-wasm-plugin copied to clipboard

Ghidra Wasm plugin with disassembly and decompilation support

Results 3 ghidra-wasm-plugin issues
Sort by recently updated
recently updated
newest added

I've changed version of the plugin manually and installed it in my 10.0.1 Ghidra as extension. However, when I do open a .wasm binary, nothing happens after the Autoanalysis, and...

I think the pcode stack is getting misaligned with the semantics at some point leading to some very verbose in_SP statements being generated. Needs some debugging before this can be...

I encountered some wasm files that weren't loading properly due to Leb128 parsing. The current implementation tries parsing the vale from an array of 5 bytes then compute and consume...