Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Prev Previous commit
Next Next commit
Add installation command
  • Loading branch information
louismerlin authored Oct 26, 2022
commit 79abd730c0a06ea1f4e056c15272db8a5cf11778
6 changes: 6 additions & 0 deletions xcm/xcm-simulator/fuzzer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This project will fuzz-test the XCM simulator. It can catch reachable panics, timeouts as well as integer overflows and underflows.

## Install dependencies

```
cargo install honggfuzz
```

## Run the fuzzer

```
Expand Down