.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Siegfried Pammer 70b087bf8d #1942: WholeProjectDecompiler: Do not use filenames that collide with names of special devices. Note: this changes the PDB structure from multi-level folders per namespace to "dotted name" folders. 5 years ago
..
AsyncDebugInfo.cs PDB generator now can emit "method stepping information" for async functions. 6 years ago
DebugInfoGenerator.cs PDBGen: LocalScopes must be sorted "first by Method in ascending order, then by StartOffset in ascending order, then by Length in descending order." 5 years ago
IDebugInfoProvider.cs Use Mono.Cecil instead of DiaSymReader to read classic PDB files. 7 years ago
ImportScopeInfo.cs PDB generator now can emit "method stepping information" for async functions. 6 years ago
KnownGuids.cs Add Debug Metadata Explorer 5 years ago
PortablePdbWriter.cs #1942: WholeProjectDecompiler: Do not use filenames that collide with names of special devices. Note: this changes the PDB structure from multi-level folders per namespace to "dotted name" folders. 5 years ago
SequencePoint.cs Fix #1712: Invalid SequencePointsBlob when generating PDB: Filter duplicate IL range assignments. 6 years ago