Version 2.2.0
Version 2.2.0 of the WebAssembly plugin for Ghidra.
This new minor version of the plugin supports Ghidra 10.3+. Support for 10.2.x has been dropped; use v2.1.0 or v2.0.0 if you need support for earlier versions.
New changes:
- add a new script,
rename_table_funcs.py
, to help rename functions based on their position in the table (useful if function pointers are just indices into the table) - fix correctness issues with
f32.convert_*
andf64.convert_*
- fix disassembly of certain SIMD ops:
i8x16.shuffle
,*.extract_lane_*
,*.replace_lane
,v128.load64_*
,v128.store64_*
Install the appropriate version of the plugin as an extension using File -> Install Extensions, selecting the + icon, and selecting the zip file. This plugin is backwards-compatible with v2.x.
Full Changelog: v2.1.0...v2.2.0