Skip to content
This repository was archived by the owner on Apr 30, 2021. It is now read-only.

Commit 9c3cc29

Browse files
author
Yevgeny Pats
authored
Update README.md
1 parent fdfad7e commit 9c3cc29

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@ jsfuzz tries to mimic some of the arguments and output style from [libFuzzer](ht
109109
More fuzz targets examples (for real and popular libraries) are located under the examples directory and
110110
bugs that were found using those targets are listed in the trophies section.
111111

112+
## Other languages
113+
114+
Currently this library is also ported to python via [pythonfuzz](https://github.com/fuzzitdev/jsfuzz)
115+
112116
## Credits & Acknowledgments
113117

114118
jsfuzz logic is heavily based on [go-fuzz](https://github.com/dvyukov/go-fuzz) originally developed by [Dmitry Vyukov's](https://twitter.com/dvyukov).
@@ -119,6 +123,7 @@ interface but it looks like it is currently unmaintained.
119123

120124
For coverage jsfuzz is using [istanbuljs](https://istanbul.js.org) instrumentation and coverage library.
121125

126+
122127
## Contributions
123128

124129
Contributions are welcome!:) There are still a lot of things to improve, and tests and features to add. We will slowly post those in the

0 commit comments

Comments
 (0)