Skip to content

Commit 562ddc4

Browse files
committed
Add README.md for v8_wasm_compile_fuzzer example
1 parent 83ae292 commit 562ddc4

File tree

1 file changed

+5
-0
lines changed
  • utils/aflpp_extractor/v8_wasm_compile_fuzzer

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Example: v8_wasm_compile_fuzzer
2+
The `v8_wasm_compile_fuzzer` within the Chromium project is highly productive. Therefore, it may be a good idea to reuse its WebAssembly sample generator in AFL++ for fuzzing WebAssembly compilers.
3+
## Note (Not Steps!)
4+
- [Replace](https://chromium.googlesource.com/chromium/src/+/main/docs/clang.md#using-a-custom-clang-binary) the default `clang/clang++` compiler with modified `afl-cc` for chromium building.
5+
- Copy the `snapshot_blob.bin` to your working dir if needed.

0 commit comments

Comments
 (0)