Testing Coverage

DynamoRIO includes drcov.exe, which will provide a log which contains all of the functions accessed during the test case.

DynamoRIO-Windows-9.0.19146\bin64\drrun.exe -t drcov -- C:\wmf_harness.exe C:\3_streams.avi  

Utilizing lighthouse https://github.com/gaasedelen/lighthouse

Convert drcov 3 to drcov 2 with the following gist:

https://gist.github.com/wumb0/de671cc5051353fd32af4aecc811a282

Last updated

Was this helpful?