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
IMPORTANT Describe the bug It will report an error when running on windows, but it is normal in linux To Reproduce cargo run
Expected behavior A clear and concise description of what you expected to happen.
Screen output/Screenshots
vince ❯ cargo run Compiling libafl v0.10.0 (E:\fuzzing\LibAFL\libafl) Compiling baby_fuzzer_minimizing v0.10.0 (E:\fuzzing\LibAFL\fuzzers\baby_fuzzer_minimizing) warning: unused import: `std::ptr::write_volatile` --> src\main.rs:2:5 | 2 | use std::ptr::write_volatile; | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default Finished dev [unoptimized + debuginfo] target(s) in 8.36s Running `target\debug\baby_fuzzer_minimizing.exe` [Stats #0] run time: 0h-0m-0s, clients: 1, corpus: 0, objectives: 0, executions: 0, exec/sec: 0.000 [Testcase #0] run time: 0h-0m-0s, clients: 1, corpus: 1, objectives: 0, executions: 1, exec/sec: 0.000 Error: File(Os { code: 2, kind: NotFound, message: "No such file or directory" }, ErrorBacktrace) error: process didn't exit successfully: `target\debug\baby_fuzzer_minimizing.exe` (exit code: 1)
Additional context OS:Win 11 VS 2022
The text was updated successfully, but these errors were encountered:
thanks fixed in #1229
Sorry, something went wrong.
Fix #1228 (#1229)
037b955
No branches or pull requests
IMPORTANT
Describe the bug
It will report an error when running on windows, but it is normal in linux
To Reproduce
cargo run
Expected behavior
A clear and concise description of what you expected to happen.
Screen output/Screenshots
Additional context
OS:Win 11
VS 2022
The text was updated successfully, but these errors were encountered: