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

Feature - Strict ELF parser #624

Merged
merged 6 commits into from
Nov 15, 2024
Merged

Feature - Strict ELF parser #624

merged 6 commits into from
Nov 15, 2024

Conversation

Lichtso
Copy link

@Lichtso Lichtso commented Oct 22, 2024

Alternative implementation of #605 for SIMD-0189

@Lichtso Lichtso force-pushed the feature/stricter_elf_parser branch 2 times, most recently from 095fff9 to d5a97fc Compare October 25, 2024 11:26
} else {
aligned = AlignedMemory::<{ HOST_ALIGN }>::from_slice(bytes);
aligned.as_slice()
match e_flags {
Copy link
Author

Choose a reason for hiding this comment

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

This mapping will be updated in #602.

@Lichtso Lichtso force-pushed the feature/stricter_elf_parser branch 3 times, most recently from 893f914 to e1fd3c8 Compare October 30, 2024 14:51
@Lichtso Lichtso marked this pull request as ready for review October 30, 2024 14:56
@Lichtso Lichtso requested a review from LucasSte November 6, 2024 00:06
src/elf.rs Outdated Show resolved Hide resolved
src/elf.rs Show resolved Hide resolved
src/elf.rs Show resolved Hide resolved
src/elf.rs Outdated Show resolved Hide resolved
src/elf.rs Show resolved Hide resolved
src/elf.rs Show resolved Hide resolved
tests/elfs/elf.ld Show resolved Hide resolved
src/elf.rs Show resolved Hide resolved
src/elf.rs Show resolved Hide resolved
@Lichtso Lichtso merged commit b78c20f into main Nov 15, 2024
12 checks passed
@Lichtso Lichtso deleted the feature/stricter_elf_parser branch November 15, 2024 21:09
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