Commit 2d0983c0 authored by Martin Barbella's avatar Martin Barbella Committed by Commit Bot

[libFuzzer docs] Remove deprecated reproduce tool link.

In general, we expect it to be easier for developers to reproduce
libFuzzer and AFL crashes using these instructions than the tool.

Change-Id: Ifecbcf616004c36633bd7e2e0cf4d2e23eceb9ac
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1847867
Auto-Submit: Martin Barbella <mbarbella@chromium.org>
Commit-Queue: Abhishek Arya <inferno@chromium.org>
Reviewed-by: default avatarAbhishek Arya <inferno@chromium.org>
Cr-Commit-Position: refs/heads/master@{#703827}
parent 3f01e1e8
# Reproducing libFuzzer and AFL crashes # Reproducing libFuzzer and AFL crashes
libFuzzer and AFL crashes can be reproduced easily with the
[ClusterFuzz Reproduce Tool]. However, if you are unable to use the tool (e.g.
unsupported platform, some other tool issue), you can still reproduce the crash
manually using the steps below:
*** note *** note
**Requirements:** For Windows, you must convert the forward slashes (/) to **Requirements:** For Windows, you must convert the forward slashes (/) to
backslashes (\\) in the commands below and use `set` command instead of `export` backslashes (\\) in the commands below and use `set` command instead of `export`
...@@ -133,7 +128,6 @@ cause of a crash. You can leave the minimization running locally for a while ...@@ -133,7 +128,6 @@ cause of a crash. You can leave the minimization running locally for a while
(e.g. overnight) for better results. (e.g. overnight) for better results.
[ClusterFuzz Reproduce Tool]: https://github.com/google/clusterfuzz-tools
[File a bug]: https://bugs.chromium.org/p/chromium/issues/entry?component=Tools%3EStability%3ElibFuzzer&comment=What%20problem%20are%20you%20seeing [File a bug]: https://bugs.chromium.org/p/chromium/issues/entry?component=Tools%3EStability%3ElibFuzzer&comment=What%20problem%20are%20you%20seeing
[here]: getting_started.md#symbolize-stacktrace [here]: getting_started.md#symbolize-stacktrace
[these tips]: https://github.com/google/sanitizers/wiki/AddressSanitizerWindowsPort#debugging [these tips]: https://github.com/google/sanitizers/wiki/AddressSanitizerWindowsPort#debugging
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment