You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
485 B

# Additional options on top of makeduk_base.yaml to enable fuzzilli integration. Currently only has assertions enabled
#DUK_USE_DEBUG_BUFSIZE: 512
#DUK_USE_DEBUG: true
#DUK_USE_DEBUG_LEVEL: 0
#DUK_USE_DEBUG_LEVEL: 1
#DUK_USE_DEBUG_WRITE:
# verbatim: "#define DUK_USE_DEBUG_WRITE(level,file,line,func,msg) do {fprintf(stderr, \"D%ld %s:%ld (%s): %s\\n\", (long) (level), (file), (long) (line), (func), (msg)); fflush(stderr);} while(0)"
DUK_USE_ASSERTIONS: true
DUK_USE_FUZZILLI: true