Dominik Maier 7fada7d985
Add DrCovReader to read DrCov files and DrCov dumper and merge utils (#2680)
* 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
2024-11-12 22:18:57 -03:00

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"