Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 278 Bytes

File metadata and controls

12 lines (9 loc) · 278 Bytes

pdb_reader

Read symbol information, & dumps function info for given Module

Build

msbuild src/pdb_reader.sln /p:Platform="x86"

Usage

fixcov.exe <path_to_dll>

Note

  • Make sure pdb, & dll are present in same folder.
  • Install VS2017 with C++ workload on your box