mesos
mesos copied to clipboard
Lighthouse support
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 simpler module+offset
format like:
a+4141
b+5242
b+5243
a+4142
c+6361
a+4143
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.