
* Add DrCov Reader * Removed libafl_jumper deps * Fix DrCovWriter, add dump_drcov_addrs * Taplo * Move frida from usize to u64 * DrCov usize=>u64 * Better error print * More u64 * ? * debug * clippy * clippy * Add Merge option to DrCovReader * Add drcov_merge tool * Move folder around * DrCov * More assert * fmt * Move around * Fix print * Add option to read multiple files/full folders
17 lines
374 B
TOML
17 lines
374 B
TOML
[package]
|
|
name = "libafl_jumper"
|
|
edition = "2021"
|
|
version.workspace = true
|
|
description = "LibAFL_Jumper: Jump to any address in memory."
|
|
repository = "https://github.com/AFLplusplus/LibAFL/"
|
|
license = "MIT OR Apache-2.0"
|
|
categories = ["development-tools::testing", "os"]
|
|
keywords = ["fuzzing", "libafl"]
|
|
|
|
[features]
|
|
default = ["std"]
|
|
std = []
|
|
|
|
[build-dependencies]
|
|
cc = "1"
|