Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for adding dyld to the module list #47

Merged
merged 2 commits into from
Jul 18, 2022
Merged

Conversation

Jake-Shadle
Copy link
Collaborator

dyld is a special case where it is loaded in the task, but isn't present in the dyld all images info list like the main executable and other shared libraries. To get the location of the load commands for dyld we need to use a different field in the all images info struct to get the load address of dyld specifically before we can get its metadata and add it to the module list.

Breakpad didn't handle this at all which is why it wasn't part of the original implementation.

Resolves: #46

@Jake-Shadle Jake-Shadle merged commit 95cdbb6 into main Jul 18, 2022
@Jake-Shadle Jake-Shadle deleted the add-dyld branch July 18, 2022 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

macOS minidumps are missing a dyld module
1 participant