This commit is contained in:
Dongjia "toka" Zhang 2023-05-23 18:07:54 +02:00 committed by GitHub
parent dc82a53bec
commit aa6d331110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ fn main() {
exit(0);
}
env::remove_var("DEBUG");
let cwd = env::current_dir().unwrap().to_string_lossy().to_string();
let afl = format!("{}/AFLplusplus", &cwd);