Closed hexcoder- closed 1 year ago
Further testing with pie executable showed:
main()
(0x55000009ec).afl-fuzz -Q
crashes on arm 64 bit when AFL_QEMU_PERSISTENT_GPR=1
is set. Without it i could run the persistent test.I guess this was fixed times ago, @hexcoder- when you have time can you confirm it?
The test qemu persistent from the test suite fails on raspberry pi 64 bit with current dev-branch:
This crash boils down to the usage of register resetting with
AFL_QEMU_PERSISTENT_GPR
.