afl-plugin 0.1.5

LLVM instrumentation compiler plugin for afl.rs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[build-dependencies]
gcc = "0.3"
quale = "1.0"

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

[package]
authors = ["Keegan McAllister <mcallister.keegan@gmail.com>", "Corey Farwell <coreyf@rwell.org>"]
build = "build.rs"
description = "LLVM instrumentation compiler plugin for afl.rs"
license = "Apache-2.0"
name = "afl-plugin"
repository = "https://github.com/frewsxcv/afl.rs"
version = "0.1.5"