Coder Social home page Coder Social logo

afl master only run first cycle? about t-fuzz HOT 2 CLOSED

hexhive avatar hexhive commented on August 18, 2024
afl master only run first cycle?

from t-fuzz.

Comments (2)

zjuchenyuan avatar zjuchenyuan commented on August 18, 2024

my dockerfile:

FROM ubuntu:16.04
RUN sed -i 's/# deb-src/deb-src/g' /etc/apt/sources.list
RUN apt-get update && apt-get build-dep -y qemu-system && apt install -y build-essential gcc-multilib libtool automake autoconf bison debootstrap debian-archive-keyring libacl1-dev  python-pip python-virtualenv
RUN apt-get install -y git
RUN git clone https://github.com/HexHive/T-Fuzz && git clone https://github.com/radare/radare2.git && cd radare2 && ./sys/install.sh
RUN apt install -y libtool libtool-bin
RUN pip install git+https://github.com/shellphish/shellphish-afl.git
RUN cd T-Fuzz && sed -i 's/shellphish-afl==1.1//g' req.txt && pip install -r req.txt
ENV PYTHONWARNINGS ignore
RUN cp -R /usr/local/bin/afl-unix /usr/bin/
ADD utils.py /T-Fuzz/tfuzz

fix for utils.py are given in #12

from t-fuzz.

zjuchenyuan avatar zjuchenyuan commented on August 18, 2024

seems like my own problem, afl cpu binding under Docker environment

I change the afl code to skip the binding, then it seems ok now

from t-fuzz.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.