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

Use relocation types name defined by each bin format. #4695

Merged
merged 5 commits into from
Nov 4, 2024

Commits on Nov 3, 2024

  1. Change ELF relocation type names to the naming used by SysV ABI

    * Modified `bin_reloc_type_name` to return correct naming if possible,
      otherwise return the old ADD/SET naming.
    * Add `print_name` field to `RzBinReloc`
    Roeegg2 committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    8a6cb16 View commit details
    Browse the repository at this point in the history
  2. Fix ELF relocations tests

    * Fixed the relocation names in the regression tests
    Roeegg2 committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    9c54773 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Add description

    Co-authored-by: Rot127 <45763064+Rot127@users.noreply.github.com>
    wargio and Rot127 authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    4a074f8 View commit details
    Browse the repository at this point in the history
  2. use RZ_STR_ISNOTEMPTY

    wargio authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    8b1e632 View commit details
    Browse the repository at this point in the history
  3. Remove wrong comment

    wargio authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    53be838 View commit details
    Browse the repository at this point in the history