ttdennis / fpicker

fpicker is a Frida-based fuzzing suite supporting various modes (including AFL++ in-process fuzzing)
MIT License
254 stars 25 forks source link

Fuzzing in AFL++ mode on IOS device #29

Open Picasso-r opened 1 year ago

Picasso-r commented 1 year ago

I have succeeded on macos,what should I do to fuzz on IOS device. Should I rewrite the test-fuzzer.js? where should I put the fpicker, afl-fuzz and harness.js?