You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Amazing tool! Is there plans to make mesos spit out a file format recognized by https://github.com/gaasedelen/lighthouse? Lighthouse has support for IDA Pro + Binary Ninja plus some pretty sophisticated features for visualizing the difference between different coverage data sets.
The main coverage format Lighthouse supported is the same one as DynamoRIO's drcov, the development branch also has support for a simpler module+offset format like:
a+4141
b+5242
b+5243
a+4142
c+6361
a+4143
The text was updated successfully, but these errors were encountered:
Ayrx
changed the title
Coverage File Format
Lighthouse support
Mar 25, 2019
Hehe, the dev branch module+offset support I think was due to my request! I didn't know they added that. I could probably write something quickly to support their new format if that is the case (drcov was out of the picture due to complexity). I don't know when I'll get time, but this is definitely possible.
Hi Brandon,
Amazing tool! Is there plans to make mesos spit out a file format recognized by https://github.com/gaasedelen/lighthouse? Lighthouse has support for IDA Pro + Binary Ninja plus some pretty sophisticated features for visualizing the difference between different coverage data sets.
The main coverage format Lighthouse supported is the same one as DynamoRIO's
drcov
, the development branch also has support for a simplermodule+offset
format like:The text was updated successfully, but these errors were encountered: