GaloisInc / pate

Patches Assured up to Trace Equivalence
Other
15 stars 3 forks source link

Test suite does not load PLT stubs from binaries #324

Closed danmatichuk closed 2 years ago

danmatichuk commented 2 years ago

The test suites manually define the architecture proxy that is used to run the verifier, where the main tool builds the correct architecture proxy by reading the ELF headers for the given binaries. The cases the test suite to fail if the tests contain any PLT stubs, as the verifier doesn't correctly identify them.

danmatichuk commented 2 years ago

Fixed in #326