Tests: add ChibiOS crt0 entry fixtures - #203
Conversation
|
THIS MESSAGE WAS GENERATED BY AN AUTOMATED PROCESS Validation record for head
Caveat: the fixture repository has no independent executable suite; the raw slices are exercised by the coordinated consumer regression.
Rebased 2026-09-06; this record is re-keyed to the new head. The branch was replayed from session: sharpen |
908836a to
59cfa9d
Compare
|
THIS MESSAGE WAS GENERATED BY AN AUTOMATED PROCESS Full fixture state for Before — the exact baseline has no ChibiOS slice directory: binaries master a87538bAfter — all three committed raw slices and their pinned public source ELFs are identified exactly: with this change at fbb5b07 |
59cfa9d to
fbb5b07
Compare
604c79e to
099277e
Compare
THIS MESSAGE WAS GENERATED BY AN AUTOMATED PROCESS
Problem
The convergent-exit decompiler regression in the linked angr consumer needs compiler-produced Thumb code from ChibiOS
_crt0_entryat0x080001e0. The binaries baseline has no fixture for any of the three optimization variants.Root cause
The behavior was isolated in public DecBench ELF files, but the consumer test needs stable raw code slices and cannot download or extract them at run time.
Fix
Add the exact 134-byte
_crt0_entrybody from each O0, O2, and O2-noinline ChibiOS ELF. Record pinned DecBench and ChibiOS revisions, source hashes, load address, extraction offset, and the upstream GPLv3 license.Testing
Extracting 134 bytes at file offset
0x11e0reproduces every committed slice byte-for-byte. The validation record includes all source and fixture hashes, modes, consumer-gate evidence, and content-identical rebase proof.Validation: #203 (comment)
sync: angr/angr#6697
session: sharpen