#DRCOV coverage import support added. You can now load drcov traces via the analysis plugin (a:drcov) to mark executed blocks and improve static analysis based on coverage data.
Special thanks to @pancake for its support during the review @radareorg https://github.com/radareorg/radare2/pull/25275
##debug Add DRCOV trace import by seifreed · Pull Request #25275 · radareorg/radare2

Summary add DRCOV coverage import as analysis plugin (a:drcov) parse drcov v2 files and mark traced basic blocks load sample from testbins (drcov/drcov.sample) Testing r2r test/db/archos/linux-x...

GitHub