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

fix: Iterate all debug directory entries #740

Merged
merged 1 commit into from
Aug 1, 2022
Merged

Commits on Jul 29, 2022

  1. fix: Iterate all debug directory entries

    Turns out a PE file can have more than one debug directory entry.
    We now iterate over all of them, trying to find the one that has a valid
    CodeView record that we can use to get a debug_id from.
    Swatinem committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    49f078a View commit details
    Browse the repository at this point in the history