11 lines
328 B
Markdown
11 lines
328 B
Markdown
# Systemmode Fuzzing
|
|
|
|
This folder contains an example fuzzer tailored for system-images.
|
|
For the moment it is mostly hardcoded.
|
|
|
|
## Build
|
|
|
|
To build this example, run `cargo build --release` or `cargo build --release`.
|
|
Also build the FreeRTOS demo named CORTEX_M3_MPS2_QEMU_GCC.
|
|
Then run `./starter.sh RTOSDemo.axf` and observe.
|