Giter VIP home page Giter VIP logo

crossy's Introduction

Crossy

This is the code repository accompanying our ACM AsiaCCS '24 paper "Cross-Language Differential Testing of JSON Parsers".

Note: We are still in the process of publishing this repository. Currently, the build process and preliminary fuzzing of C/C++/Rust/Java projects are possible. We unfortunately encountered some problems with Python projects, and the poco parser which we are going to fix in the following weeks.

Setup

This repository consists of two collections of source code. The first is our crossy framework that is located in src/. The second are the JSON parsers located in experiments/json. By running

make

you spawn a series of self-contained docker containers that build the respective projects (e.g., Dockerfile.crossy for Crossy and experiments/json/shared-objects/libs/jsmn/Dockerfile.jsmn for the jsmn parser).

Fuzzing

Note: We are still in the process of publishing this repository. We are going to add our evaluation scripts once we adapted them for the published version. For now, please see src/cli.cpp for a list of available options for crossy.

Afterwards, you can run:

make run

to spawn a docker container for running the fuzzer. In the docker container you can run:

./build/crossy \
    configs/json/* \
    -o ./output/ \
    -- \
    corpus \
    -detect_leaks=0 \
    -artifact_prefix=./output/

crossy's People

Stargazers

 avatar Michael Zappa avatar

Watchers

Jonas Möller 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.