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 PPC{32,64} relocation types #41

Merged
merged 1 commit into from
Nov 14, 2023
Merged

Add PPC{32,64} relocation types #41

merged 1 commit into from
Nov 14, 2023

Conversation

RyanGlScott
Copy link
Contributor

Fixes #35.

RyanGlScott added a commit to GaloisInc/macaw that referenced this pull request Nov 3, 2023
This builds on top of the work in
GaloisInc/elf-edit#41. For now, I only add support for
a select few relocation types, leaving the rest as future work.
@RyanGlScott RyanGlScott marked this pull request as ready for review November 3, 2023 15:40
RyanGlScott added a commit to GaloisInc/macaw that referenced this pull request Nov 9, 2023
This builds on top of the work in
GaloisInc/elf-edit#41. For now, I only add support for
a select few relocation types, leaving the rest as future work.
RyanGlScott added a commit to RyanGlScott/pate that referenced this pull request Nov 9, 2023
This bumps:

* The `elf-edit` submodule to bring in the changes from
  GaloisInc/elf-edit#41.
* The `macaw` submodule to bring in the changes from
  GaloisInc/macaw#348.

After this, `pate` is able to load PPC binaries that contain certain relocation
types.
RyanGlScott added a commit to GaloisInc/macaw that referenced this pull request Nov 14, 2023
This builds on top of the work in
GaloisInc/elf-edit#41. For now, I only add support for
a select few relocation types, leaving the rest as future work.
RyanGlScott added a commit to RyanGlScott/pate that referenced this pull request Nov 14, 2023
This bumps:

* The `elf-edit` submodule to bring in the changes from
  GaloisInc/elf-edit#41.
* The `macaw` submodule to bring in the changes from
  GaloisInc/macaw#348.

After this, `pate` is able to load PPC binaries that contain certain relocation
types.
danmatichuk pushed a commit to GaloisInc/pate that referenced this pull request Nov 14, 2023
This bumps:

* The `elf-edit` submodule to bring in the changes from
  GaloisInc/elf-edit#41.
* The `macaw` submodule to bring in the changes from
  GaloisInc/macaw#348.

After this, `pate` is able to load PPC binaries that contain certain relocation
types.
@RyanGlScott RyanGlScott merged commit fa665fa into main Nov 14, 2023
3 checks passed
@RyanGlScott RyanGlScott deleted the T35 branch November 14, 2023 12:29
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.

Add PPC32 and PPC64 relocation types
2 participants