Changes between Version 16 and Version 17 of zzuf


Ignore:
Timestamp:
11/22/2009 01:35:40 PM (14 years ago)
Author:
Sam Hocevar
Comment:

reorganise zzuf page

Legend:

Unmodified
Added
Removed
Modified
  • zzuf

    v16 v17  
    88zzuf’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.
    99
    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.
     10zzuf 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
     14Download 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 ===
    1119
    1220I gave a few talks about zzuf. The slides contain information you may find useful:
     
    1422 * [http://www.hackerspace.net/schedule Hacker Space Festival 2008] - [/files/zzuf/zzuf-20080621.pdf PDF] or [/files/zzuf/zzuf-20080621.odp OpenOffice]
    1523
    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 ===
    2325
    2426The `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.
     
    3941 3. WORK IN PROGRESS
    4042
     43=== Internals documentation ===
     44
     45zzuf 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
    4147== Development ==
    4248
     
    5056
    5157If 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.