Unprivileged bpf()
Unprivileged bpf()
Posted Oct 16, 2015 13:31 UTC (Fri) by deater (subscriber, #11746)In reply to: Unprivileged bpf() by jezuch
Parent article: Unprivileged bpf()
> Looks like a perfect target for fuzzing to me!
both perf_fuzzer and trinity have some form of bpf() fuzzing code.
so far the perf_fuzzer implementation wasn't that useful due to having to run as root, but if userspace bpf does get in (and somehow perf_event can handle that) then fuzzing will be happening once I figure out how to set it up.