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

feat: Read Electron process from minidump #1049

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

timfish
Copy link
Collaborator

@timfish timfish commented Jan 8, 2025

Rather than fully parse the minidumps as per the spec (ie. header + enumerate the streams), we just search for the process_type key in the file and pick out the string that follows. This simplified approach is reasonable because Electron Crashpad is configured to emit minimal minidumps (250-400kb).

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.

Parse minidumps to determine which process they came from
1 participant