| OLD | NEW |
| 1 ================== | 1 ================== |
| 2 american fuzzy lop | 2 american fuzzy lop |
| 3 ================== | 3 ================== |
| 4 | 4 |
| 5 Written and maintained by Michal Zalewski <lcamtuf@google.com> | 5 Written and maintained by Michal Zalewski <lcamtuf@google.com> |
| 6 | 6 |
| 7 Copyright 2013, 2014, 2015, 2016 Google Inc. All rights reserved. | 7 Copyright 2013, 2014, 2015, 2016 Google Inc. All rights reserved. |
| 8 Released under terms and conditions of Apache License, Version 2.0. | 8 Released under terms and conditions of Apache License, Version 2.0. |
| 9 | 9 |
| 10 For new versions and additional information, check out: | 10 For new versions and additional information, check out: |
| (...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 471 Christian Holler Dominique Pelle | 471 Christian Holler Dominique Pelle |
| 472 Jacek Wielemborek Leo Barnes | 472 Jacek Wielemborek Leo Barnes |
| 473 Jeremy Barnes Jeff Trull | 473 Jeremy Barnes Jeff Trull |
| 474 Guillaume Endignoux ilovezfs | 474 Guillaume Endignoux ilovezfs |
| 475 Daniel Godas-Lopez Franjo Ivancic | 475 Daniel Godas-Lopez Franjo Ivancic |
| 476 Austin Seipp Daniel Komaromy | 476 Austin Seipp Daniel Komaromy |
| 477 Daniel Binderman Jonathan Metzman | 477 Daniel Binderman Jonathan Metzman |
| 478 Vegard Nossum Jan Kneschke | 478 Vegard Nossum Jan Kneschke |
| 479 Kurt Roeckx Marcel Bohme | 479 Kurt Roeckx Marcel Bohme |
| 480 Van-Thuan Pham Abhik Roychoudhury | 480 Van-Thuan Pham Abhik Roychoudhury |
| 481 Joshua J. Drake Toby Hutton |
| 482 Rene Freingruber Sergey Davidoff |
| 483 Sami Liedes Craig Young |
| 481 | 484 |
| 482 Thank you! | 485 Thank you! |
| 483 | 486 |
| 484 15) Contact | 487 15) Contact |
| 485 ----------- | 488 ----------- |
| 486 | 489 |
| 487 Questions? Concerns? Bug reports? The author can be usually reached at | 490 Questions? Concerns? Bug reports? The author can be usually reached at |
| 488 <lcamtuf@google.com>. | 491 <lcamtuf@google.com>. |
| 489 | 492 |
| 490 There is also a mailing list for the project; to join, send a mail to | 493 There is also a mailing list for the project; to join, send a mail to |
| 491 <afl-users+subscribe@googlegroups.com>. Or, if you prefer to browse | 494 <afl-users+subscribe@googlegroups.com>. Or, if you prefer to browse |
| 492 archives first, try: | 495 archives first, try: |
| 493 | 496 |
| 494 https://groups.google.com/group/afl-users | 497 https://groups.google.com/group/afl-users |
| 495 | 498 |
| 496 PS. If you wish to submit raw code to be incorporated into the project, please | 499 PS. If you wish to submit raw code to be incorporated into the project, please |
| 497 be aware that the copyright on most of AFL is claimed by Google. While you do | 500 be aware that the copyright on most of AFL is claimed by Google. While you do |
| 498 retain copyright on your contributions, they do ask people to agree to a simple | 501 retain copyright on your contributions, they do ask people to agree to a simple |
| 499 CLA first: | 502 CLA first: |
| 500 | 503 |
| 501 https://cla.developers.google.com/clas | 504 https://cla.developers.google.com/clas |
| 502 | 505 |
| 503 Sorry about the hassle. Of course, no CLA is required for feature requests or | 506 Sorry about the hassle. Of course, no CLA is required for feature requests or |
| 504 bug reports. | 507 bug reports. |
| OLD | NEW |