Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 570 Bytes

File metadata and controls

27 lines (17 loc) · 570 Bytes

rust

Purpose

Rust is a systems programming language that is fast, prevents segfaults, and guarantees thread safety.

What is included?

  • rust-fuzzer.cc-stub to act as the interface between the libfuzzer and the test target
  • build.sh-script to build the library, and the stub and to link them with the fuzzer
  • Dockerfile to automate build of Docker image

Building

Building container

docker-compose build rust

Running

Starting the container

docker-compose run rust