You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 Ghidra UI remains blank.
The text was updated successfully, but these errors were encountered:
cmorin6
pushed a commit
to cmorin6/ghidra-wasm-plugin
that referenced
this issue
Oct 8, 2021
If a function uses the C stack, the first instruction always seems to be a
global.get with the C stack pointer global variable. Therefore, we guess the C
stack global by looking for the global that appears most frequently in an
initial global.get.
Fixesgarrettgu10#3.
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 Ghidra UI remains blank.
The text was updated successfully, but these errors were encountered: