Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeFuzz: Type Coverage Directed JavaScript Engine Fuzzing

https://www.ndss-symposium.org/wp-content/uploads/fuzzing2026-5.pdf

Build

docker build -f eval/Dockerfile -t typefuzz-eval .

Run

python3 fuzzing_run.py \
    --feedback-mode type \
    --num-workers 5 \
    --cores-per-worker 10 \
    --start-core 0 \
    --duration 72

Feedback modes: type (type coverage), code (edge coverage), hybrid (both).

About

No description, website, or topics provided.

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages