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 support for 64-bit elfs from atidxx #3304

Merged
merged 1 commit into from
May 8, 2024
Merged

Conversation

corngood
Copy link
Contributor

@corngood corngood commented May 7, 2024

This is what I get using the latest drivers (24.4.1) on Windows.

Description

  • add elf64.h from freebsd
  • traverse with either Elf32 or Elf64 depending on the class field

I haven't been able to actually test that 32-bit elfs still work, because my driver doesn't output them. In theory the 32-bit path should be unchanged.

This is what I get using the latest drivers (24.4.1) on Windows.
@baldurk baldurk merged commit a2aef88 into baldurk:v1.x May 8, 2024
16 checks passed
@corngood corngood deleted the elf64-fix branch May 8, 2024 13:46
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