Add known Mac Mono builds - #156
Open
ero-qt wants to merge 29 commits into
Open
Conversation
2 tasks
ero-qt
force-pushed
the
mac-builds
branch
2 times, most recently
from
September 14, 2026 08:43
a062914 to
ef85eff
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.
Part of #154.
Adds the Mac Mono build 6000.5.10f1 and attaches with its measured offsets when a game runs it. asr reads the Mach-O UUID since #142, and this is the first use of it.
A Mac library holds one slice per architecture, each linked on its own with its own UUID, so the build is keyed by both. Both slices measured the same, so they share one set of offsets.
The Mach-O tables stay empty. One build says nothing about the versions a table stands in for, and a test keeps the tables empty for every member a measurement could fill.
@AlexKnauth measured this build.
cargo test --all-featuresruns the suite. The new tests cover the lookup, the UUID parser, each slice named once, and the tables staying empty.Depends on #155.