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 entry point field name discrepancy in .ih* between 32bit and 64bit ELF ##bin #22723

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

orosam
Copy link

@orosam orosam commented Mar 20, 2024

Fix #22720 - Different name for entry point field in rabin2 -H for 32bit and 64bit elfs

  • Mark this if you consider it ready to merge
  • I've added tests (optional)
  • I wrote some lines in the book (optional)

Description

The discrepancy was introduced in 4288548 by changing the field name for 64bit ELFs only.
This patch follows up the change for 32bit ELFs.

…t ELF ##bin

Fix radareorg#22720 - Different name for entry point field in rabin2 -H for 32bit and 64bit elfs
@trufae trufae merged commit c1aa6d4 into radareorg:master Mar 20, 2024
36 of 38 checks passed
@orosam orosam deleted the fix-entry-point-field-name branch March 20, 2024 20:12
@orosam
Copy link
Author

orosam commented Mar 20, 2024

Thanks for the quick merge!

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.

Different name for entry point field in rabin2 -H for 32bit and 64bit elfs
2 participants