pate icon indicating copy to clipboard operation
pate copied to clipboard

Abstract binary container format

Open travitch opened this issue 3 years ago • 0 comments

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.

travitch avatar Jul 09 '21 14:07 travitch