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

Abstract binary container format #110

Closed
wants to merge 1 commit into from
Closed

Conversation

travitch
Copy link
Contributor

@travitch travitch commented Jul 9, 2021

This change doesn't compile. This is trying to make the core of the verifier
agnostic to the binary format (currently fixed as ELF). This was almost working,
except for the complex code that handles the PowerPC TOC. That logic will really
need to be refactored first.

The explicit reliance on the TOC means that we actually have to deal with the
binFmt type parameter somehow, which really complicates any change like
this. It is currently handled by fixing that parameter to ELF everywhere.

This change doesn't compile. This is trying to make the core of the verifier
agnostic to the binary format (currently fixed as ELF). This was almost working,
except for the complex code that handles the PowerPC TOC. That logic will really
need to be refactored first.

The explicit reliance on the TOC means that we actually have to deal with the
`binFmt` type parameter somehow, which really complicates any change like
this. It is currently handled by fixing that parameter to ELF everywhere.
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