gaasedelen / lighthouse

A Coverage Explorer for Reverse Engineers
MIT License
2.23k stars 308 forks source link

How to use drcov for investigating DLL #83

Closed kazukiigeta closed 4 years ago

kazukiigeta commented 4 years ago

Question

This is a good tool to reverse engineer binaries :smiley: I'd like to ask if there is a way to get coverage painting of export function linked dynamically. Could you please tell me that?

I read the help and some technical artcles, but all I read shows only how to visualize the coverage painting of '.text' segment of EXE, not DLL.

Off course, I could colorize the coverage of EXE with lighthouse and drcov as below

drrun.exe -t drcov -- notepad