diff --git a/Dockerfile b/Dockerfile index 9f8fe50..b6090be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,4 +3,4 @@ RUN pip3 install atheris COPY . /fickling WORKDIR /fickling -RUN python3 -m pip install . && chmod +x fuzz/fuzz.py \ No newline at end of file +RUN python3 -m pip install . && chmod +x fuzz/fuzz_pickle_decompiler.py \ No newline at end of file diff --git a/Mayhemfile b/Mayhemfile index 0e4c46c..821f53d 100644 --- a/Mayhemfile +++ b/Mayhemfile @@ -5,5 +5,5 @@ testsuite: - file://./fuzz/fuzz_corpus cmds: - - cmd: fuzz/fuzz.py + - cmd: fuzz/fuzz_pickle_decompiler.py libfuzzer: true diff --git a/fuzz/fuzz.py b/fuzz/fuzz_pickle_decompiler.py similarity index 100% rename from fuzz/fuzz.py rename to fuzz/fuzz_pickle_decompiler.py