Files
LegacyWeaveLoader/LegacyForgeRuntime
Jacobwasbeast 7af64bf83c Resolve crash stack traces to PDB symbol names
- Add PdbParser::BuildAddressIndex() to build a sorted RVA->name table
  from public and module symbols before closing the PDB file
- Add PdbParser::FindNameByRVA() for O(log n) reverse lookup at crash time
- Update crash handler to resolve Minecraft.Client.exe addresses to
  decorated function names (e.g. Minecraft.Client.exe!?tick@Minecraft+0x30)
- Resolve the faulting address itself in the crash report header
2026-03-06 19:26:32 -06:00
..