Add NuttX LL/SC decompiler fixture - #204
Open
zardus wants to merge 3 commits into
Open
Conversation
Member
Author
|
THIS MESSAGE WAS GENERATED BY AN AUTOMATED PROCESS Validation record for head
|
zardus
force-pushed
the
codex/nuttx-llsc-fixture
branch
from
August 28, 2026 13:05
e68a307 to
5ccff61
Compare
Member
Author
|
THIS MESSAGE WAS GENERATED BY AN AUTOMATED PROCESS Exact fixture-shape and consumer-output record for #204.
Before — LL/SC block and Exact consumer baselineAfter — LL/SC block and Exact consumer head |
zardus
force-pushed
the
codex/nuttx-llsc-fixture
branch
from
August 28, 2026 16:49
5ccff61 to
f602b77
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 LL/SC regression in the linked angr consumer needs the real ARM Thumb paths in the NuttX
stm32f4discovery:nshimage entered at0x08000189. The binaries baseline has no fixture that the consumer can load.Root cause
The public DecBench ELF carries the required program and symbols, but also large
.debug_*sections containing local build paths. Consumer tests cannot download the source artifact or manufacture a replacement at run time.Fix
Add a debug-sanitized derivative that preserves the loaded program, symbols, entry point, and exercised regions while removing only
.debug_*. Commit the pinned DecBench object, NuttX revision, Apache-2.0 license, hashes, and exact Binutils command.Testing
GNU Binutils 2.46
arm-none-eabi-objcopy --remove-section=.debug_*reproduces the fixture byte-for-byte, and the focused consumer lift regression passes. The validation record contains exact artifact and content-identical rebase evidence.Validation: #204 (comment)
sync: angr/angr#6679
session: sharpen