CutterDRcov
CutterDRcov copied to clipboard
DynamoRIO coverage visualization for cutter
See details at https://github.com/nccgroup/Cartographer/blob/main/EZCOV.md: The EZCOV ("Easy Coverage") format was created to simplify the formatting of coverage data and to provide Ghidra-specific functionality in Cartographer. Below is an example of...
**Bug description:** After loading the coverage file into the plugin's field nothing happens. The problem occurs only on Linux.   **Info:** Cutter version: 2.1.2 DrMemory build: [cronbuild-2.5.19232](https://github.com/DynamoRIO/drmemory/releases/tag/cronbuild-2.5.19232) **Attached files...
Since the last commit of CutterDRcov, drcov has updated and drcov log files now have a new version. Please add compatability with the latest drcov. The log file format might...
This patch allows loading the result of the intersection/union/subtraction of a set of coverage files. A (text) ".set" file consists of a line with the desired operations and the list...
The problem is that there are some inaccuracies in dynamo block size, to my best knowledge the block in dynamo rio always terminated with jmp or return ... which isn't...