Tests: add ChibiOS crt0 entry fixtures - #203
Open
zardus wants to merge 2 commits into
Open
Conversation
Member
Author
|
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.
session: decbench |
zardus
force-pushed
the
codex/chibios-crt0-entry-fixtures
branch
from
August 28, 2026 13:05
908836a to
59cfa9d
Compare
Member
Author
|
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 |
zardus
force-pushed
the
codex/chibios-crt0-entry-fixtures
branch
from
August 28, 2026 16:48
59cfa9d to
fbb5b07
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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