fix: off_proc_p_name - XPF-verified values for 17.1-17.3 and 26.0.x - #323
Open
kaffeindecaf wants to merge 1 commit into
Open
fix: off_proc_p_name - XPF-verified values for 17.1-17.3 and 26.0.x#323kaffeindecaf wants to merge 1 commit into
kaffeindecaf wants to merge 1 commit into
Conversation
proc.p_name is per-xnu-build, not per-SoC: the 0x579 (17.x base) and 0x57D (26.0) values were KDK approximations. Corrected from real kernelcache pulls (libgrabkernel2 + XPF): - 17.1-17.3: 0x520, verified on iPhone14,6 (A15/T8110) 17.1 (21B74), xnu-10002.42.9~2 - 26.0-26.0.1: 0x6A0, verified on iPhone14,7 (A15/T8110) 26.0.1 (23A355). per-build notes: 26.6 resolves 0x488, 17.4+/18.x = 0x57d 17.4+ already set 0x57d (kept). iOS 16.x untouched - issue rooootdev#299 (16.2 should be 0x381 per IDA) is outside this XPF dataset; flagging it here so it can be confirmed against a 16.x kernelcache.
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.
proc.p_name is per-xnu-build, not per-SoC — the previous values were KDK approximations. These come from real kernelcache pulls (libgrabkernel2 + XPF) in the W0lfSword project:
Unchanged: 17.0 keeps 0x579, 17.4+ keeps the 0x57d already set in the 17.4 block, 18.x keeps 0x57d.
Related: #299 (iOS 16.2 p_name should be 0x381 per IDA). This PR doesn't touch 16.x — the value needs confirmation against a 16.x kernelcache — but the same class of KDK-vs-real divergence is at play.
Follow-ups worth a separate PR (not included to keep this one reviewable):