mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-18 12:48:06 +00:00
print warning for libfuzzer qemu driver
This commit is contained in:
@ -27,6 +27,9 @@ int main(int argc, char **argv) {
|
|||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
|
fprintf(stderr
|
||||||
|
"Using shared-memory testcases. To read via stdin, set "
|
||||||
|
"AFL_QEMU_DRIVER_NO_HOOK=1.\n");
|
||||||
uint8_t dummy_input[1024000] = {0};
|
uint8_t dummy_input[1024000] = {0};
|
||||||
LLVMFuzzerTestOneInput(dummy_input, 1);
|
LLVMFuzzerTestOneInput(dummy_input, 1);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user