We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When i run 'cargo run ../AFLplusplus/afl-qemu-trace -- ./main @@', it's fail.
Finished dev [unoptimized + debuginfo] target(s) in 0.04s Running target/debug/fuzzer ../AFLplusplus/afl-qemu-trace -- ./main '@@' [2022-11-22] 08:13:05 Starting Fuzzing... thread 'fuzzer_1' panicked at 'couldn't read child hello: Error { kind: UnexpectedEof, message: "failed to fill whole buffer" }', forksrv/src/lib.rs:98:22.
target/debug/fuzzer ../AFLplusplus/afl-qemu-trace -- ./main '@@'
What should I address it?
The text was updated successfully, but these errors were encountered:
verify if your binary file has been instrumented correctly with AFL++
Sorry, something went wrong.
Why it panics if binary file hasn't instrumented correctly by AFL++? I read the code, but I don't understand it well,
No branches or pull requests
When i run 'cargo run ../AFLplusplus/afl-qemu-trace -- ./main @@', it's fail.
Finished dev [unoptimized + debuginfo] target(s) in 0.04s
Running
target/debug/fuzzer ../AFLplusplus/afl-qemu-trace -- ./main '@@'
[2022-11-22] 08:13:05 Starting Fuzzing...
thread 'fuzzer_1' panicked at 'couldn't read child hello: Error { kind: UnexpectedEof, message: "failed to fill whole buffer" }', forksrv/src/lib.rs:98:22.
What should I address it?
The text was updated successfully, but these errors were encountered: