You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add WPF framework detection and provider skeleton (Phase 1)
Detect WPF apps by scanning for PresentationFramework.dll in target
process modules, with fallback to HwndWrapper[ window class prefix.
Labels HwndWrapper windows as framework=wpf in the element tree.
Tree walking (VisualTreeHelper via managed DLL injection) will follow
in subsequent phases.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments