Corpus set used by DIE
This repo includes pre-processed corpus set used by DIE. The JS files in this repo are collected from ChakraCore, d8, jsc, spidermonkey, and js-vuln-db.
To resolve runtime errors and get type information, these corpus set was sanitized once. Please check the algorithm in the paper.
-
Recursively search '.js' files for mutating/testing
-
Do not test js files ends with '.js_'. These files temporarily have compatible issues, which cannot be easily solved.
-
ch.js is linked when fuzzing samples under ChakraCore/
-
jsc.js is linked when fuzzing samples under jsc/
-
v8.js is linked when fuzzing samples under v8/
-
ffx.js is linked when fuzzing samples under firefox/
-
lib.js is linked when fuzzing