Hello all,
I recently wrote this pintool so I could fuzz blackbox binaries without recompilation:
https://github.com/mothran/aflpinlcamtuf has looked it over and gave me some great feedback, but I wanted to finally make it public and reach out to you guys as well to get some more testing with it.
Currently it does not use the fork server and can be quite slow (giflib tests were between 4 - 40 execs a second at best). But there is an experimental branch (forkserv) in that git repo that has my attempt at making a fork server inside a pin tool. I think it is a failed attempt due some core ways that pin instruments binaries but I thought it would none the less to be helpful for others to have a look at.
Hope you all like it, feel free to open issues or email me on this thread with feedback.
Thanks,
-Parker T.