diff options
| author | van Hauser <vh@thc.org> | 2022-07-11 11:53:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-11 11:53:03 +0200 |
| commit | 46fed1f43fad13d75caa95b2087d49a8bf0709a5 (patch) | |
| tree | d31818db6b41cabd98b294641fb0119be26d813e /docs/ideas.md | |
| parent | d088c2604528acf1d732b251de90c729c4842554 (diff) | |
| parent | 662662c15d5026ff0bc43b338f9205af06aa6417 (diff) | |
| download | afl++-46fed1f43fad13d75caa95b2087d49a8bf0709a5.tar.gz | |
Merge pull request #1472 from llzmb/docs_quality_assurance_5
Fix formatting, punctuation, and typos of docs
Diffstat (limited to 'docs/ideas.md')
| -rw-r--r-- | docs/ideas.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/ideas.md b/docs/ideas.md index e2360ab2..b5de637f 100644 --- a/docs/ideas.md +++ b/docs/ideas.md @@ -19,18 +19,18 @@ Mentor: vanhauser-thc ## WASM Instrumentation Currently, AFL++ can be used for source code fuzzing and traditional binaries. -With the rise of WASM as a compile target, however, a novel way of instrumentation -needs to be implemented for binaries compiled to Webassembly. This can either be -done by inserting instrumentation directly into the WASM AST, or by patching -feedback into a WASM VM of choice, similar to the current Unicorn +With the rise of WASM as a compile target, however, a novel way of +instrumentation needs to be implemented for binaries compiled to Webassembly. +This can either be done by inserting instrumentation directly into the WASM AST, +or by patching feedback into a WASM VM of choice, similar to the current Unicorn instrumentation. Mentor: any ## Support other programming languages -Other programming languages also use llvm hence they could be (easily?) supported -for fuzzing, e.g., mono, swift, go, kotlin native, fortran, ... +Other programming languages also use llvm hence they could be (easily?) +supported for fuzzing, e.g., mono, swift, go, kotlin native, fortran, ... GCC also supports: Objective-C, Fortran, Ada, Go, and D (according to [Gcc homepage](https://gcc.gnu.org/)) |
