Category Archives: Peach

Peach Fuzzing- Tutorial List

Today i got a chance to read two interesting Peach Fuzzing tutorial. Go ahead and read it to understand the Peach fuzzing. http://www.flinkd.org/2011/07/fuzzing-with-peach-part-1/ http://www.flinkd.org/2011/11/fuzzing-with-peach-part-2-fixups-2/

Posted in Fuzzing, Peach | Tagged , | Leave a comment

Fuzzing IOCTL using peach

While doing code auditing i wanted to run a fuzzer against a driver that process IOCTL. I tried “ioctlfuzzer” (http://code.google.com/p/ioctlfuzzer/). The problem with ioctlfuzzer is , it needs to see particular IOCTL being sent from the process/service. But the product … Continue reading

Posted in Fuzzing, IOCTL, Peach | Tagged , , | Leave a comment