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

read: fix endianness problems #458

Merged
merged 4 commits into from Aug 27, 2022
Merged

read: fix endianness problems #458

merged 4 commits into from Aug 27, 2022

Conversation

philipc
Copy link
Contributor

@philipc philipc commented Aug 22, 2022

We were reading the ELF extended section indices and the PE resource names using native endian.

These fixes are breaking changes, and also update the required rust version to 1.52.0 (for UTF-16 parsing).

Also add 32-bit and big endian targets to CI.

Fixes #456

@philipc philipc merged commit 1685737 into gimli-rs:master Aug 27, 2022
@philipc philipc deleted the issue-456 branch August 27, 2022 03:31
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.

round_trip::elf::symtab_shndx fails on big endian
1 participant