The Wayback Machine - https://web.archive.org/web/20200818212137/https://github.com/topics/fuzzing
Skip to content
#

fuzzing

Here are 478 public repositories matching this topic...

fast-check
dubzzz
dubzzz commented Feb 24, 2020

TypeScript 3.7 · TypeScript https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html#assertion-functions

In fast-check fc.pre can be used to stop the execution of a property if some preconditions are not validated.

// v is number | null
fc.pre(v !== null)
// while v cannot be null there, TypeScript stills consider that it can be

As adding thi

AFLplusplus
fuzzah
fuzzah commented Mar 26, 2020

Just lost my status screens with few billions of execs :(
So, my ideas:

  1. Can we store all the fuzzer stats as shown in status screen, and then restore it when resuming (with both AFL_AUTORESUME and '-i' option) ? If it somehow affects or depends on inner state of AFL++ instance, can we restore this inner state too?
  2. Can we prevent random Ctrl+C presses for example, by asking to confirm? You

Improve this page

Add a description, image, and links to the fuzzing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fuzzing topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.