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 BugID as a JIT debugger for 32-bit binaries #123

Merged
merged 1 commit into from
Apr 8, 2024

Conversation

h4x-x0r
Copy link
Contributor

@h4x-x0r h4x-x0r commented Nov 28, 2023

Added support so that BugId can be configured as a JIT debugger for 32-bit binaries. Previously, BugId only set the relevant registry keys for 64-bit only. See https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/enabling-postmortem-debugging for reference:

32 and 64 bit Debuggers
On a 64-bit platform, the Debugger (REG_SZ) and Auto (REG_SZ) registry values are defined individually for 64-bit and 32-bit applications. An additional Windows on Windows (WOW) key is used to store the 32 bit application post mortem debugging values.

This should fix the issue reported in #121.

Added support so that BugId can be configured as a JIT debugger for 32-bit binaries.
Previously, BugId only set the relevant registry keys for 64-bit.
See https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/enabling-postmortem-debugging
@SkyLined SkyLined merged commit c85cca4 into SkyLined:main Apr 8, 2024
@SkyLined
Copy link
Owner

SkyLined commented Apr 8, 2024

Thank you for the contribution!

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.

2 participants