Searched refs:JFuzz (Results 1 – 2 of 2) sorted by relevance
1 JFuzz chapter4 JFuzz is a tool for generating random programs with the objective11 JFuzz can be combined with DexFuzz to get multi-layered fuzz testing.13 How to run JFuzz36 The current version of JFuzz sends all output to stdout, and uses45 How to start JFuzz testing75 How to start JFuzz nightly testing100 --num_inputs : number of JFuzz programs to generate
90 class JFuzz { class92 JFuzz(FILE* out, in JFuzz() function in __anon58250dea0111::JFuzz126 ~JFuzz() { } in ~JFuzz()1358 JFuzz fuzz(stdout, seed, expr_depth, stmt_length, if_nest, loop_nest, try_nest); in main()