From c1415b816aac3e55c46028c9f032bc8550b652b0 Mon Sep 17 00:00:00 2001 From: Damiano Melotti Date: Sat, 15 Jan 2022 19:28:18 +0100 Subject: [PATCH] Adjustments to unicorn docs and speedtest sample --- unicorn_mode/README.md | 24 +++++++++++----------- unicorn_mode/samples/speedtest/README.md | 8 ++++---- unicorn_mode/samples/speedtest/c/harness.c | 4 ++-- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/unicorn_mode/README.md b/unicorn_mode/README.md index 0f28cf96..392a3254 100644 --- a/unicorn_mode/README.md +++ b/unicorn_mode/README.md @@ -9,7 +9,7 @@ The CompareCoverage and NeverZero counters features are by Andrea Fioraldi /unicorn_mode/samples/simple/ + $ cd /unicorn_mode/samples/speedtest/c $ make - $ ../../../afl-fuzz -m none -i sample_inputs -o out -- ./harness @@ + $ ../../../../afl-fuzz -i ../sample_inputs -o out -U -- ./harness @@ */ // This is not your everyday Unicorn.