qemu debug

This commit is contained in:
van Hauser
2020-06-05 09:42:17 +02:00
parent a1beb72cad
commit e01cad2f7d
4 changed files with 12 additions and 9 deletions

View File

@ -6,7 +6,7 @@
int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size);
__attribute__((weak)) int LLVMFuzzerInitialize(int *argc, char ***argv);
static const size_t kMaxAflInputSize = 1 << 20;
static const size_t kMaxAflInputSize = 1 * 1024 * 1024;
static uint8_t AflInputBuf[kMaxAflInputSize];
void __attribute__((noinline)) afl_qemu_driver_stdin_input(void) {