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 tried using the server and server_start feature but i couldn't find the documentation of how to run the expected command line for the server vs. the client ..
can you please add this descriptions ?
The text was updated successfully, but these errors were encountered:
./fuzzer -server 127.0.0.1:8337 -in in -out out -t 1000 -delivery shmem -instrument_module test -target_module test -target_method _Z4fuzzPc -nargs 1 -iterations 10000 -persist -loop -cmp_coverage -- ./test -m @@
This is exactly the same as how you'd run the client normally, except just add the -server argument that exactly matches the -start_server in the server command line.
hi,
i tried using the server and server_start feature but i couldn't find the documentation of how to run the expected command line for the server vs. the client ..
can you please add this descriptions ?
The text was updated successfully, but these errors were encountered: