Category Archives: IOCTL

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