Marco C. eb2ac10d1e
Libafl workspace internal deps in workspace Cargo.toml (#2691)
* Add internal deps to workspace

* libafl: use workspace internal deps

* libafl_bolts: use workspace internal deps

* 0.14.0

* use workspace internal deps
2024-11-15 18:13:39 +01:00
..

LibAFL DrCov Utilities

Dump-DrCov_Addrs

Simple commandline tool to display a list of all basic block addresses in a program. This information can, for example, be used for further processing such as in JmpScare or similar. At the same time this tools shows how easily LibAFL's DrCov module can be used to parse coverage files.

Run with cargo run --release --bin drcov_dump_addrs -- -h

DrCov_Merge

A performant clone of drcov-merge using LibAFL's DrCov reader. It can merge multiple DrCov files into a single DrCov file.

Run with cargo run --release --bin drcov_merge -- -h