Joey Jiao
Joey Jiao
Hi, AFL programs normally read input from stdin, is it possible for the frida-fuzzer to spawn the program on host and write to the stdin on target in order the...
I'm using crash for parsing sym -l output but it crashes with segment fault. So I tried to enable -fsanitize=address for crash tool, but it reports below double-free during crash...
- Android enables fortify while I don't want AFL to find these issues, so add option to disable during compile - Android devices nowadays normally has cpu#0 as little cores...
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...