mirror of
https://github.com/Jacobwasbeast/LegacyWeaveLoader.git
synced 2026-06-02 11:04:33 +00:00
- 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