Skip to content

Add support for adding dyld to the module list#47

Merged
Jake-Shadle merged 2 commits intomainfrom
add-dyld
Jul 18, 2022
Merged

Add support for adding dyld to the module list#47
Jake-Shadle merged 2 commits intomainfrom
add-dyld

Conversation

@Jake-Shadle
Copy link
Copy Markdown
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