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

Replace PLT stub detection code with upstream macaw functionality #35

Merged
merged 2 commits into from
Jun 21, 2024

Conversation

RyanGlScott
Copy link
Collaborator

The PLT stub detection mechanism that stubs-loader used was upstreamed in macaw in GaloisInc/macaw#318. This deletes stubs-loader's copy in favor of the upstream (and more up-to-date) version in macaw.

Fixes #32.

The PLT stub detection mechanism that `stubs-loader` used was upstreamed in
`macaw` in GaloisInc/macaw#318. This deletes
`stubs-loader`'s copy in favor of the upstream (and more up-to-date) version in
`macaw`.

Fixes #32.
@RyanGlScott RyanGlScott added the tech-debt Technical debt label Jun 21, 2024
@RyanGlScott RyanGlScott merged commit 5a4a87e into main Jun 21, 2024
4 checks passed
@RyanGlScott RyanGlScott deleted the T32-plt-stubs-functionality-from-macaw branch June 21, 2024 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech-debt Technical debt
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace stubs-loader's Stubs.Loader.ELF.PLTStubDetector with macaw-base's Data.Macaw.Memory.ElfLoader.PLTStubs
2 participants