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

Fixed reading PE section data for contiguous sections #354

Merged
merged 2 commits into from
Aug 17, 2021

Conversation

daladim
Copy link
Contributor

@daladim daladim commented Aug 16, 2021

Usually, sections are padded, but when they're not, a bug prevented accesses to the first byte of some sections

Usually, sections are padded, but when they're not, a bug prevented accesses to the first byte of some sections
Copy link
Contributor

@philipc philipc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

src/read/pe/section.rs Outdated Show resolved Hide resolved
@philipc philipc merged commit 054bf90 into gimli-rs:master Aug 17, 2021
@daladim daladim deleted the fixed_contiguous_pe_sections branch September 10, 2021 15:26
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.

None yet

2 participants