ghidra-wasm-plugin
ghidra-wasm-plugin copied to clipboard
br_table support
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 merged
After some analysis, the issue seems to be unrelated to br_table, and the generated semantics seem to be correct. Need more debugging to find the real cause