Skip to content

question about fuzz.sh #2

@amie0

Description

@amie0

your original fuzz.sh:#!/bin/bash
AFL_VISPORT=cat visport AFL_AUTORESUME=1 AFL_PATH="$(realpath ../../AFLplusplus/)" PATH="$AFL_PATH:$PATH" afl-fuzz -m 1000 -i afl_inputs -o afl_outputs -U -t 40000+ -Z -- python ./ql.py @@
but in your example/libexif/fuzz.sh:#!/bin/bash
export LD_LIBRARY_PATH=/media/lenovo/date/FuzzInspector/fuzzinspector_7799/libexif-0.6.22/out/lib
AFL_VISPORT=cat visport AFL_AUTORESUME=1 AFL_PATH="$(realpath ../../AFLplusplus/)" PATH="$AFL_PATH:$PATH" afl-fuzz -i afl_inputs -o afl_outputs -Z -- ./exif @@
it has no "python ./ql.py ".and i want to know example/libexif/fuzz.sh is right or not?
thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions