Add ARM countdown decompiler fixture - #199
Open
zardus wants to merge 2 commits into
Open
Conversation
Member
Author
|
THIS MESSAGE WAS GENERATED BY AN AUTOMATED PROCESS Validation record for head
|
zardus
force-pushed
the
feature/arm-seq-dephi-copy
branch
from
August 28, 2026 07:06
fe415bc to
b90a545
Compare
Member
Author
|
THIS MESSAGE WAS GENERATED BY AN AUTOMATED PROCESS Exact fixture-shape and consumer-output record for #199.
Before — Exact consumer baselineAfter — Exact consumer head |
zardus
force-pushed
the
feature/arm-seq-dephi-copy
branch
from
August 28, 2026 16:48
b90a545 to
b8fae56
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 decompiler regression for the countdown loop in
tests/armel/decompiler/blink_main_countdown.elf, function0x80001ad, needs a compiler-produced Cortex-M image. Binaries master has no such path, so the full Phoenix and SAILR paths cannot exercise the undefined loop-carrier failure.Root cause
The failure depends on the control-flow and data-flow shape emitted by the public libopencm3 build; a fabricated byte string would not preserve that production shape or its licensing obligations.
Fix
Add the stripped DecBench libopencm3 ELF, pinned provenance and corresponding-source links, plus the verbatim GPLv3 and LGPLv3 license texts.
Testing
Exact-head readback reports a 32-bit little-endian ARM executable with
.textat0x08000000, size0x32c, and SHA-25629efb122e62bbbd4edaf3aa5c429093cdc2183b91fa62dbf85a48aac08c12093. The coordinated angr regression loads function0x80001adunder Phoenix and SAILR. Validation: #199 (comment)session: sharpen