afl-plugin 0.1.4

LLVM instrumentation compiler plugin for afl.rs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "afl-plugin"
version = "0.1.4"
license = "Apache-2.0"
authors = ["Keegan McAllister <mcallister.keegan@gmail.com>",
           "Corey Farwell <coreyf@rwell.org>"]
build = "build.rs"
repository = "https://github.com/frewsxcv/afl.rs"
description = "LLVM instrumentation compiler plugin for afl.rs"

[lib]
name = "afl_plugin"
plugin = true
path = "lib.rs"

[build-dependencies]
gcc = "0.3"
quale = "1.0"