Skip to content

Commit

Permalink
Added descriptions to the Fuzzing classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jun 10, 2012
1 parent 410bb03 commit 3b28785
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/ronin/fuzzing/fuzzer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@

module Ronin
module Fuzzing
#
# Fuzzing class that incrementally fuzzes a String, given substitution
# rules.
#
# @api semipublic
#
Expand Down
3 changes: 3 additions & 0 deletions lib/ronin/fuzzing/mutator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@

module Ronin
module Fuzzing
#
# Fuzzer class that permutates over every mutation of a String, given
# mutation rules.
#
# @api semipublic
#
Expand Down
2 changes: 2 additions & 0 deletions lib/ronin/fuzzing/repeater.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

module Ronin
module Fuzzing
#
# Fuzzing class that generates repeated data.
#
# @api semipublic
#
Expand Down
2 changes: 2 additions & 0 deletions lib/ronin/fuzzing/template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@

module Ronin
module Fuzzing
#
# Fuzzing class that generates Strings based on a template.
#
# @api semipublic
#
Expand Down

0 comments on commit 3b28785

Please sign in to comment.