Changeset 1530 for zzuf/trunk/doc/zzuf.1
- Timestamp:
- Jan 1, 2007, 8:14:55 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/doc/zzuf.1
r1529 r1530 184 184 program, using file 185 185 .B foo.jpeg 186 as the original input and restricting fuzzing to filenames matching the 187 regular expression 188 .B "foo[.]jpeg" 189 (because 186 as the original input and excluding 187 .B .xml 188 files from fuzzing (because 190 189 .B convert 191 190 will also open its own configuration files and we do not want … … 194 193 .nf 195 194 196 .B % zzuf - I "foo[.]jpeg" convert -- foo.jpeg -format tga /dev/null195 .B % zzuf -E "\\.xml$" convert -- foo.jpeg -format tga /dev/null 197 196 198 197 .fi … … 201 200 using file 202 201 .B movie.avi 203 as the original input, and generate 202 as the original input and restricting fuzzing to filenames that appear on 203 the command line, then generate 204 204 .B fuzzy-movie.avi 205 205 which is a file that can be fed to … … 209 209 .fn 210 210 211 .B % zzuf - s 87423 -r 0.01 vlc movie.avi212 213 .B % zzuf - s 87423 -r 0.01 cp movie.avi fuzzy-movie.avi211 .B % zzuf -c -s 87423 -r 0.01 vlc movie.avi 212 213 .B % zzuf -c -s 87423 -r 0.01 cp movie.avi fuzzy-movie.avi 214 214 215 215 .B % vlc fuzzy-movie.avi … … 224 224 .fn 225 225 226 .B % zzuf - q -s 0:10000 -F 3 -T 60 -r 0.02 -I movie.avimplayer movie.avi -- -benchmark -vo null -fps 1000226 .B % zzuf -c -q -s 0:10000 -F 3 -T 60 -r 0.02 mplayer movie.avi -- -benchmark -vo null -fps 1000 227 227 228 228 .fi
Note: See TracChangeset
for help on using the changeset viewer.