Giter Site home page Giter Site logo

bt123 / driller-afl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from shellphish/driller-afl

0.0 2.0 0.0 802 KB

A version of AFL tailored for Driller's use in analyzing CGC binaries.

Makefile 2.55% C 90.34% Shell 4.49% HTML 0.91% C++ 1.70% JavaScript 0.01%

driller-afl's Introduction

Driller-AFL

This repository holds some custom changes to AFL which hope to optimize AFL's performance on CGC binaries. These changes are minimal, and some changes just affect where certain components of AFL are installed.

Changes

  • Introduce an overflow-byte, should increase the max size of the logarthmic hit count buckets used by AFL. For example, where vanilla AFL will only be interested in branch hit counts of 1, 2, 4, 8, ... up to 256, now our max is 65536.
  • Install QEMU tracer into <base_dir>/tracers/i386/afl-qemu-tracer, this is to increase the flexibilty of the Fuzzer project.
  • Handle the reception of a SIGUSR1 signal, which QEMU will raise if it detects a raw leak of the flag page. QEMU will only raise this signal if it sees any 4 contiguous bytes in the flag page mirrored in a buffer being transmitted.

driller-afl's People

Contributors

nickstephens avatar zardus avatar rhelmot avatar jacopo avatar owlz avatar

Watchers

James Cloos avatar  avatar

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.