Skip to content
#

fuzzing

Here are 540 public repositories matching this topic...

fast-check
dubzzz
dubzzz commented Jul 16, 2018

Recent addition of "Extracting and spreading parameter lists with tuples" in TypeScript - https://blogs.msdn.microsoft.com/typescript/2018/07/12/announcing-typescript-3-0-rc/

It might be used to simplify multiple prebuild scripts.

Unfortunately it might impact the signatures provided for fc.property as rest parameters have to be at the end.

// OK
function call<TS extends
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
boofuzz
mauriciogalindo
mauriciogalindo commented Dec 5, 2020

Hi Team,

I am receiving the following error below any help is appreciate.

Thank you.

C:\boofuzz>python process_monitor.py -c KSTET_CRASH -l 5 -p vulnserver.exe -P 26002
C:\boofuzz\boofuzz\fuzz_logger_curses.py:14: UserWarning: Importing curses failed. Optional console GUI features will not be available.
warnings.warn("Importing curses failed. Optional console GUI features will not be

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