oss-fuzz/docs
van Hauser c0d989a5f4
update documenation (#5462)
* output afl++ setup

* update commit id

* update afl++ commit id

* asan + cmplog fix

* update commit id

* update and enhance afl++

* update afl++ commit id, better run asan options

* fix linter

* add debug_afl script

* Update debug_afl

* Update compile_afl

* fix for karchive

* put debug_afl in the docker container

* asan poison fix

* fix asan settings for zeek

* update afl++ commit id

* fix

* update afl++ commit id

* final touches

* remove map size

* remove old comment

* llvm 13 fix

* enhance documentation

* fix capstone build.sh

* update doc

Co-authored-by: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>
2021-03-21 18:56:53 -07:00
..
advanced-topics Use afl++ in docs. (#5049) 2021-01-26 15:28:08 -08:00
further-reading Updated fuzzer_environment.md (#4009) 2020-06-18 08:21:49 -07:00
getting-started update documenation (#5462) 2021-03-21 18:56:53 -07:00
images Change arrows to ovals (#3386) 2020-02-13 16:21:52 -08:00
oss-fuzz Modify deadline text to disclose immediately after fix is released. (#5323) 2021-03-12 09:34:56 +11:00
reference Update docs, add python support. (#4878) 2020-12-21 13:43:26 -08:00
.gitignore Add jekyll generator for docs. (#2660) 2019-08-06 13:29:19 -07:00
404.html Add jekyll generator for docs. (#2660) 2019-08-06 13:29:19 -07:00
Gemfile Add jekyll generator for docs. (#2660) 2019-08-06 13:29:19 -07:00
Gemfile.lock Upgrade docs. (#4966) 2021-01-14 10:13:22 -08:00
README.md Documentation fixes. (#2705) 2019-08-15 15:07:23 -07:00
_config.yml Add jekyll generator for docs. (#2660) 2019-08-06 13:29:19 -07:00
faq.md Use afl++ in docs. (#5049) 2021-01-26 15:28:08 -08:00
favicon.ico Add jekyll generator for docs. (#2660) 2019-08-06 13:29:19 -07:00
glossary.md Documentation fixes. (#2705) 2019-08-15 15:07:23 -07:00
ideal_integration.md Update ideal_integration.md 2019-08-22 11:28:24 -07:00
index.md Add docs for Java/JVM fuzzing (#5298) 2021-03-05 07:22:24 -08:00
new_project_guide.md Documentation fixes. (#2705) 2019-08-15 15:07:23 -07:00
reproducing.md Add redirect for old reproducing.md (#2666) 2019-08-07 12:57:10 -07:00

README.md

Readme

Use the following instructions to make documentation changes locally.

Prerequisites

$ sudo apt install ruby bundler
$ bundle install --path vendor/bundle

Serving locally

$ bundle exec jekyll serve

Theme documentation

We are using the just the docs theme.