You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,10 @@ Naturally, this is conditional on the same operation run twice returning the sam
29
29
30
30
## Quick start for Rust code
31
31
32
+
If your code does not contain `unsafe` blocks, you don't need to do a thing! Your code is already secure!
33
+
34
+
However, if you have read from [the black book](https://doc.rust-lang.org/nomicon/) and invoked the Old Ones...
35
+
32
36
1. Clone this repository, run `make`; this will build libdiffuzz.so
33
37
1. Make sure [this code](https://gist.github.com/Shnatsel/0c024a51b64c6e0b6c6e66f991904816) doesn't reliably crash when run on its own, but does crash when you run it like this: `LD_PRELOAD=/path/to/libdiffuzz.so target/release/membleed`
34
38
1. If you haven't done regular fuzzing yet - do set up fuzzing with AFL. [It's not that hard.](https://fuzz.rs/book/afl/setup.html)
0 commit comments