WindowsPdbReader
WindowsPdbReader copied to clipboard
Cross platform Windows PDB Reader for .NET Core to read windows pdb
Results
1
WindowsPdbReader issues
Sort by
recently updated
recently updated
newest added
https://github.com/dotnet/corefx/issues/30613 tracks making an API that can interpret struct. Today a poor man's version is ```csharp MemoryMarshal.Cast(new Span(data, offset, Marshal.SizeOf))[0]; ``` Tracking to make sure we update this.