about summary refs log tree commit diff
path: root/docs/ideas.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2022-01-11 12:20:35 +0100
committerGitHub <noreply@github.com>2022-01-11 12:20:35 +0100
commit10dae419d6e3ebc38f53840c5abfe98e9c901217 (patch)
tree352576e19c8a504c40ea58dbb141056762901a69 /docs/ideas.md
parent74a8f145e09d0361d8f576eb3f2e8881b6116f18 (diff)
parentd2715336a54635bb6e617a2e739c0ad5fe51d28d (diff)
downloadafl++-10dae419d6e3ebc38f53840c5abfe98e9c901217.tar.gz
Merge pull request #1236 from AFLplusplus/dev
push to stable
Diffstat (limited to 'docs/ideas.md')
-rw-r--r--docs/ideas.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ideas.md b/docs/ideas.md
index 52b07c26..e2360ab2 100644
--- a/docs/ideas.md
+++ b/docs/ideas.md
@@ -19,17 +19,17 @@ Mentor: vanhauser-thc
 ## WASM Instrumentation
 
 Currently, AFL++ can be used for source code fuzzing and traditional binaries.
-With the rise of WASM as compile target, however, a novel way of instrumentation
+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 VMs of choice, similar to the current Unicorn
+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 (easily?) supported
+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
@@ -54,4 +54,4 @@ Mentor: domenukk
 ## Your idea!
 
 Finally, we are open to proposals! Create an issue at
-https://github.com/AFLplusplus/AFLplusplus/issues and let's discuss :-)
\ No newline at end of file
+https://github.com/AFLplusplus/AFLplusplus/issues and let's discuss :-)