<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.5730.11" name=GENERATOR></HEAD>
<BODY>
<DIV><PRE wrap="">Hey All,
I have released a quick BETA version of my Win32 IOCTL fuzzer. A quick
overview:
ioctlizer is an attempt at fuzzing Windows IOCTL requests. It is split
into two separate tools, ioctltrap.py and ioctlizer.py.
ioctltrap - used to spawn or attach to a user-mode process that
interacts with a device (i.e. wireshark.exe). By hooking
the Win32 system calls that are required to interact with a device
driver, it builds a global test case list to be used
when fuzzing the device(s).
ioctlizer - used to import the trapped IOCTL/Read/Write test cases,
and begin mutating them. Easily extended mutators,
as only the most basic of mutations is included in the fuzzer itself.
A usage example is available in the source package's README. The tool is
available from Google Code:
<A class=moz-txt-link-freetext title=http://code.google.com/p/ioctlizer/downloads/list href="blocked::http://code.google.com/p/ioctlizer/downloads/list">http://code.google.com/p/ioctlizer/downloads/list</A>
Send me some feedback, bugs, etc.
JS
<A class=moz-txt-link-abbreviated title=mailto:jms@bughunter.ca href="blocked::mailto:jms@bughunter.ca">jms@bughunter.ca</A>
ps. Please be patient as I get everything checked into SVN, and do some
wiki pages.
</PRE></DIV></BODY></HTML>