frida-js-afl-instr icon indicating copy to clipboard operation
frida-js-afl-instr copied to clipboard

PR: port for arm64

Open JoeyJiao opened this issue 5 years ago • 1 comments

AFL on arm64 able to use trace_pc, so perhaps the port is easy. But ideally, I want AFL runs on host while frida server gaves trace_bits info and prog run status back to AFL on host.

JoeyJiao avatar Jan 03 '20 06:01 JoeyJiao

This is hard to achieve with a decent speed. Instead continuing with this, I'm rewriting AFL in frida so that it is injected in the process. Check out my frida-fuzzer https://github.com/andreafioraldi/frida-fuzzer.

andreafioraldi avatar Jan 03 '20 10:01 andreafioraldi