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
Fix enumerating loaded process modules on Apple platforms (#5487)
- This logic always assumed that the lowest address of a mapped file was
its "base address", but in the presence of dotnet/runtime#114462 that is
no longer correct. We may map stubs at lower addresses.
- Fix by checking the start of the mapped region for the magic value for
the start of a MachO binary
0 commit comments