Skip to content

Commit 8da1fa9

Browse files
committed
add a readme
1 parent 7226c91 commit 8da1fa9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# ruby-coverage-guided-fuzzer
2+
3+
PoC fuzzer written in Ruby for Ruby powered by Ruby’s built-in coverage library.
4+
5+
```
6+
$ ruby run.rb examples/foo.rb
7+
Encountered new code path with input bytes:
8+
bytes: "(\"\r\e\xB5A\xA3\xA4\xE6g"
9+
Encountered new code path with input bytes:
10+
bytes: "1'\x9F\xA2\x18t\xD7\xC2WH"
11+
Encountered new code path with input bytes:
12+
bytes: "0\xF4\xDA\x8D\xD83\xD8\xDE\xDD\x9F"
13+
```

0 commit comments

Comments
 (0)