Add native dump symbol prefetch and ARM64 triage#10
Merged
awakecoding merged 1 commit intoJul 16, 2026
Merged
Conversation
Acquire and validate exact PE images and PDBs with Rust-native clients, configure DbgEng with local-only paths, and report provenance for dump analysis. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
windbg-symbolscrate that validates PE/RSDS identities, retrieves exact PE images and PDBs, and reports cache/download provenancesymsrv.dllor DbgEngsrv*pathsCONTEXTdecoding forx0..x28,fp,lr,sp,pc, andcpsr; ARM64SYSTEM_SERVICE_EXCEPTIONtriage now produces a context-driven stack and usespcfor module/symbol evidenceValidation
cargo fmt --checkcargo test -p windbg-symbolscargo test -p windbg-dbgeng --libcargo test -p windbg-tool resolves_program_countercargo build -p windbg-toolcargo test --workspacentoskrnl.exeimage key90B083DA1450000, fetched the matching PDB, and symbolized the registry/pool stacknt!ExpPoolTrackerChargeEntry+0x40Notes
--offlineis a hard no-network mode and uses only validated cached artifacts.srv*fallback is introduced.ARM64_NT_CONTEXTcontrol/integer layout. A real ARM64 dump fixture remains needed for end-to-end runtime validation.