Changes between Version 16 and Version 17 of zzuf
- Timestamp:
- 11/22/2009 01:35:40 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
zzuf
v16 v17 8 8 zzuf’s primary target is media players, image viewers and web browsers, because the data they process is inherently insecure, but it was also successfully used to find bugs in system utilities such as objdump. 9 9 10 zzuf is not rocket science. The idea of fuzzing input data is barely new. zzuf’s only purpose is to make things easier and automated. 10 zzuf is not rocket science: the idea of fuzzing input data is barely new, but zzuf’s main purpose is to make things easier and automated. You can see an impressive [wiki:zzuf/bugs list of bugs found with zzuf]. 11 12 == Download == 13 14 Download zzuf (source code) from [/files/zzuf/zzuf-0.12.tar.gz zzuf-0.12.tar.gz] (13 June 2008). Supported platforms are: Linux (glibc), FreeBSD, OpenBSD, Mac OS X. There is no Windows port yet and NetBSD is almost working. 15 16 == Documentation == 17 18 === Presentations === 11 19 12 20 I gave a few talks about zzuf. The slides contain information you may find useful: … … 14 22 * [http://www.hackerspace.net/schedule Hacker Space Festival 2008] - [/files/zzuf/zzuf-20080621.pdf PDF] or [/files/zzuf/zzuf-20080621.odp OpenOffice] 15 23 16 See also an impressive [wiki:zzuf/bugs list of bugs found with zzuf]. 17 18 == Download == 19 20 Download zzuf (source code) from [/files/zzuf/zzuf-0.12.tar.gz zzuf-0.12.tar.gz] (13 June 2008). Supported platforms are: Linux (glibc), FreeBSD, OpenBSD, Mac OS X. There is no Windows port yet and NetBSD is almost working. 21 22 == zzuf tutorial == 24 === zzuf tutorial === 23 25 24 26 The `zzuf` tutorial is a hands-on guide to the most important `zzuf` features. It starts with the working principles but goes on with very advanced uses of the tool. … … 39 41 3. WORK IN PROGRESS 40 42 43 === Internals documentation === 44 45 zzuf is full of black magic and can be pretty difficult to hack with. The [[wiki:zzuf/internals internals documentation]] tries to shed light on the global architecture and some specific tricks. 46 41 47 == Development == 42 48 … … 50 56 51 57 If you want to discuss zzuf or report bugs, you can write to me at sam@hocevar.net or join #libcaca on irc.freenode.net. 52 53 === Internals documentation ===54 55 zzuf is full of black magic and can be pretty difficult to hack with. The [[wiki:zzuf/internals internals documentation]] tries to shed light on the global architecture and some specific tricks.