Skip to content

Bondifuzz/sbxbin-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Runner

Standalone executable for running fuzzers inside isolated container. It sets cwd, environment variables, command line arguments, e.t.c, and gathers results from stdout/stderr output streams. Written in Rust

Build & run

cargo build
cargo run -- config.json

Production build

This build must be used in production:

  • Statically linked, no dynamic dependencies
  • Size must be less than 1MB to fit into etcd
  • Must be mounted into target container
RUSTFLAGS='-C target-feature=+crt-static' cargo build --release --target x86_64-unknown-linux-gnu
upx -9 -o runner ./target/x86_64-unknown-linux-gnu/release/runner

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published