frida-js-afl-instr
frida-js-afl-instr copied to clipboard
PR: port for arm64
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.
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.