Update AFL++ documentation with bug fixes and improvements#110
Open
Update AFL++ documentation with bug fixes and improvements#110
Conversation
Carry over improvements from trailofbits/skills PR #15: - Fix -DNO_MAIN to -DNO_MAIN=1 for correct macro definition - Remove redundant -g flags (AFL++ compilers add debug symbols by default) - Update Docker image version from 4.09c to 4.35c (Clang 19) - Update LLVM_CONFIG example from llvm-config-14 to llvm-config-18 - Add note about checking Clang version before installing lld - Change seed content from "a" to "aaaa" (4 bytes minimum is more practical) - Replace AFL_PIZZA_MODE joke with useful AFL_FAST_CAL example - Fix timeout option from -t 10000 to -t 1000 (1s is the default) - Fix paper title typo (PAFL++ -> AFL++) and stray markdown - Fix Fuzzing in Depth URLs (add .md extension) - Fix CMake example to use -fsanitize=fuzzer-no-link for compilation - Add new CMPLOG section explaining RedQueen path constraint solving - Remove outdated legacy Clang mode references Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
Revert fuzzing_in_depth URLs from .md format back to directory format. The AFL++ website uses directory-style URLs, not .md file URLs. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Replace cloud-init.io with the official ReadTheDocs documentation URL which doesn't have redirect issues. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Carry over bug fixes and improvements from trailofbits/skills PR #15 to the testing-handbook AFL++ documentation.
-DNO_MAINto-DNO_MAIN=1for correct macro definition-gflags (AFL++ compilers add debug symbols by default)LLVM_CONFIGexample fromllvm-config-14tollvm-config-18lld"a"to"aaaa"(4 bytes minimum is more practical)AFL_PIZZA_MODEjoke with usefulAFL_FAST_CALexample-t 10000to-t 1000(1s is the default)PAFL++→AFL++) and stray markdown formatting.mdextension)-fsanitize=fuzzer-no-linkfor compilationTest plan
🤖 Generated with Claude Code