Qwokka / Cetus

Browser extension for hacking WebAssembly games a la Cheat Engine
Apache License 2.0
529 stars 45 forks source link

null function or function signature mismatch #80

Closed axssbug closed 5 months ago

axssbug commented 5 months ago

change code, save the patch, when reload page, error is null function or function signature mismatch

the original code

get_local 0
call_indirect 12 0
end 

change code

get_local 0
drop
i32.const 1000
call_indirect 12 0
end 

Is it possible that it is caused by inconsistent byte count or wasm will verify the machine code

axssbug commented 5 months ago

my falut