about summary refs log tree commit diff
path: root/frida_mode/test/fuzzbench/src/run.sh
blob: 9a66b0f32ab6eb61af4aeabf6eeac356ae235634 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
AFL_QEMU_DRIVER_NO_HOOK=1 \
AFL_FRIDA_PERSISTENT_CNT=1000000 \
AFL_FRIDA_PERSISTENT_ADDR=0x55555599f6c0 \
/frida-mode/afl-fuzz \
	-O \
	-i /frida-mode/in \
	-o /frida-mode/out \
	-- \
		/frida-mode/fuzzer