radareorg / radare2

UNIX-like reverse engineering framework and command-line toolset
https://www.radare.org/
GNU Lesser General Public License v3.0
20.39k stars 2.98k forks source link

DRCOV file format support (popular coverage format) #16697

Open XVilka opened 4 years ago

XVilka commented 4 years ago

DRCOV is popular file format and simple enough to be supported by radare2 out of the box. You can read more about the format here: https://www.ayrx.me/drcov-file-format

See the Lighthouse parser: https://github.com/gaasedelen/lighthouse/blob/master/plugin/lighthouse/parsers/drcov.py

Will also solve the https://github.com/radareorg/radare2/issues/14153

ghost commented 3 years ago

It seems interesting. I am new to open source. How can I start solving with this issue ? Moreover , second link is showing 'page not found.'