index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Fuzzer
/
FuzzerFlags.def
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libFizzer] rename -print_new_cov_pcs=1 into -print_pcs=1 and make it more us...
Kostya Serebryany
2016-08-25
1
-1
/
+1
*
[libFuzzer] new experimental feature: value profiling. Profiles values that a...
Kostya Serebryany
2016-08-16
1
-0
/
+2
*
[libFuzzer] add hooks for strstr, strcasestr, strcasecmp, strncasecmp
Kostya Serebryany
2016-07-15
1
-0
/
+2
*
[libfuzzer] prune_corpus option for disabling pruning during the load.
Mike Aizatsky
2016-06-07
1
-0
/
+2
*
[libfuzzer] Trying random unit prefixes during corpus load.
Mike Aizatsky
2016-05-24
1
-0
/
+1
*
[libFuzzer] better document the -merge=1 flag
Kostya Serebryany
2016-05-09
1
-1
/
+2
*
[libFuzzer] enhance -rss_limit_mb and enable by default. Now it will print th...
Kostya Serebryany
2016-05-06
1
-1
/
+1
*
[libFuzzer] add exeprimental -rss_limit_mb flag to fight against OOMs
Kostya Serebryany
2016-05-06
1
-0
/
+2
*
[libFuzzer] enable detect_leaks=1, add proper docs
Kostya Serebryany
2016-04-29
1
-1
/
+1
*
[libFuzzer] added -detect_leaks flag (0 by default for now). When enabled, it...
Kostya Serebryany
2016-04-20
1
-0
/
+2
*
[libFuzzer] more docs
Kostya Serebryany
2016-03-29
1
-1
/
+2
*
[libFuzzer] handle SIGTERM
Kostya Serebryany
2016-03-24
1
-0
/
+1
*
[libFuzzer] add a flag close_fd_mask so that we can silence spammy targets by...
Kostya Serebryany
2016-03-18
1
-0
/
+2
*
[libFuzzer] improve -merge functionality
Kostya Serebryany
2016-03-18
1
-4
/
+2
*
[libFuzzer] deprecate several flags
Kostya Serebryany
2016-03-17
1
-5
/
+4
*
[libFuzzer] try to use max_len based on the items of the corpus instead of bl...
Kostya Serebryany
2016-03-12
1
-1
/
+3
*
[libFuzzer] deprecate exit_on_first flag
Kostya Serebryany
2016-03-01
1
-3
/
+2
*
[libFuzzer] add generic signal handlers so that libFuzzer can report at least...
Kostya Serebryany
2016-03-01
1
-1
/
+8
*
[libFuzzer] add -print_final_stats=1 flag
Kostya Serebryany
2016-02-26
1
-0
/
+1
*
[libFuzzer] add -timeout_exitcode option
Kostya Serebryany
2016-01-29
1
-0
/
+2
*
[libFuzzer] add -abort_on_timeout option
Kostya Serebryany
2016-01-23
1
-0
/
+1
*
[libFuzzer] do mutations based on memcmp/strcmp interceptors under a separate...
Kostya Serebryany
2016-01-15
1
-0
/
+2
*
[libFuzzer] change the way trace-based mutations are applied. Instead of a cu...
Kostya Serebryany
2016-01-09
1
-4
/
+0
*
[libfuzzer] print_new_cov_pcs experimental option.
Mike Aizatsky
2016-01-06
1
-0
/
+2
*
[libFuzzer] deprecate -save_minimized_corpus, -merge can be used instead
Kostya Serebryany
2015-12-19
1
-4
/
+1
*
[LibFuzzer] Introducing FUZZER_FLAG_UNSIGNED and using it for seeding.
Mike Aizatsky
2015-12-10
1
-1
/
+1
*
[libFuzzer] add a flag -exact_artifact_path
Kostya Serebryany
2015-11-25
1
-0
/
+5
*
output_csv libfuzzer option
Mike Aizatsky
2015-11-12
1
-0
/
+1
*
[libFuzzer] experimental flag -drill (another search heuristic; Mike Aizatsky...
Kostya Serebryany
2015-11-12
1
-0
/
+2
*
[libFuzzer] add -merge flag to merge corpora
Kostya Serebryany
2015-10-24
1
-0
/
+2
*
[libFuzzer] use the indirect caller-callee counter as an independent search h...
Kostya Serebryany
2015-10-22
1
-0
/
+1
*
[libFuzzer] remove the deprecated 'tokens' feature
Kostya Serebryany
2015-10-22
1
-5
/
+0
*
[libFuzzer] add -shuffle flag
Kostya Serebryany
2015-10-17
1
-0
/
+1
*
[libFuzzer] add -artifact_prefix flag
Kostya Serebryany
2015-10-09
1
-0
/
+3
*
[libFuzzer] remove experimental flag and functionality
Kostya Serebryany
2015-10-02
1
-4
/
+0
*
[libFuzzer] add a flag -max_total_time
Kostya Serebryany
2015-10-02
1
-1
/
+3
*
[LibFuzzer] test_single_input option to run a single test case.
Ivan Krasin
2015-10-01
1
-0
/
+1
*
[libFuzzer] better documentatio for -save_minimized_corpus=1
Kostya Serebryany
2015-09-08
1
-1
/
+2
*
[libFuzzer] remove -iterations as redundant (there is also -num_runs)
Kostya Serebryany
2015-09-08
1
-3
/
+0
*
[libFuzzer] adding a parser for AFL-style dictionaries + tests.
Kostya Serebryany
2015-09-03
1
-0
/
+1
*
[libFuzzer] deprecate the -tokens flag. This was a bad idea because the corpu...
Kostya Serebryany
2015-09-02
1
-2
/
+3
*
Fix missing space in libfuzzer's help text.
Lenny Maiorani
2015-08-12
1
-1
/
+1
*
[libFuzzer] add two flags, -tbm_depth and -tbm_width to control how the trace...
Kostya Serebryany
2015-08-12
1
-0
/
+4
*
[libFuzzer] add -only_ascii flag
Kostya Serebryany
2015-08-11
1
-0
/
+2
*
[libFuzzer] add option -report_slow_units=Nsec to control when slow units are...
Kostya Serebryany
2015-08-05
1
-0
/
+2
*
[lib/Fuzzer] make the fuzzing timeout 1200 seconds by default (was: infinity)
Kostya Serebryany
2015-05-26
1
-1
/
+1
*
[lib/Fuzzer] fix docs
Kostya Serebryany
2015-05-26
1
-2
/
+2
*
[lib/Fuzzer] remove -use_coverage_pairs=1, an experimental feature that is un...
Kostya Serebryany
2015-05-22
1
-2
/
+0
*
[lib/Fuzzer] change the meaning of -timeout flag: now timeout is applied to e...
Kostya Serebryany
2015-05-19
1
-1
/
+4
*
[lib/Fuzzer] when -sync_command=<CMD> is given, periodically execute 'CMD COR...
Kostya Serebryany
2015-05-18
1
-0
/
+4
[next]