ms-codeview 0.1.1

Definitions for use with CodeView debugging symbols
Documentation

CodeView definitions

This defines types and constants for CodeView debugging tools. CodeView is the debugging format used for PE/COFF images on Windows.

This crate does not provide any I/O capabilities. It does not read or write PDBs, .debug sections in PE/COFF objects, etc.

  • ms-pdb - Use this crate for reading and writing PDB files.

References