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
Must the wasm files under this project be compiled with wasi? When I use emcc to compile vuln.c under motivation-example to vuln.wasm, the afl-branch cannot insert vuln.wasm, and it shows that the malloc function cannot be found.
Must the wasm files under this project be compiled with wasi? When I use emcc to compile vuln.c under motivation-example to vuln.wasm, the afl-branch cannot insert vuln.wasm, and it shows that the malloc function cannot be found.