debasishm89 / iofuzz

A mutation based user mode (ring3) dumb in-memory Windows Kernel (IOCTL) Fuzzer/Logger. This script attach it self to any given process and hooks DeviceIoControl!Kernel32 API and try to log or fuzz all I/O Control code I/O Buffer pointer, I/O buffer length that process sends to any Kernel driver.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iofuzz

A mutation based user mode (ring3) dumb in-memory Kernel Driver (IOCTL) Fuzzer/Logger. This script attach it self to any given user mode process and hooks DeviceIoControl!Kernel32 API call and try to log or fuzz all I/O Control code I/O buffer length that user process sends to any Kernel driver.

About

A mutation based user mode (ring3) dumb in-memory Windows Kernel (IOCTL) Fuzzer/Logger. This script attach it self to any given process and hooks DeviceIoControl!Kernel32 API and try to log or fuzz all I/O Control code I/O Buffer pointer, I/O buffer length that process sends to any Kernel driver.


Languages

Language:Python 100.0%