Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for 13.6.4 #32

Closed
wants to merge 4 commits into from

Conversation

r3dlobst3r
Copy link

This PR will add support for users on Ventura 13.6.4.

@jetfir3
Copy link
Contributor

jetfir3 commented Feb 16, 2024

The 13.6.4 offsets seem to match all of the previous 13.6.x releases, only the binary hash changes.

PR should only need the following (in addition to the README updates):

	// macOS 13.6.4
        hexToByte32("8f22dcfda56a4d3c38931f20fe33db1a6720e4d8571e452aa5a8b56b4c69842a"): offsets_13_6,

@bderagon
Copy link

looks right to me, can we get this merged?

Did not realize the offsets were the same and only the hash needed to change, fixed.
nac/offsets.go Outdated Show resolved Hide resolved
removed the 13_6_4 and replaced with 13_6
@xChickens
Copy link
Contributor

Your commit has spaces and not tabs so the lint is failing

@@ -238,6 +238,8 @@ var offsets = map[[32]byte]imdOffsetTuple{
hexToByte32("fff8db27fef2a2b874f7bc6fb303a98e3e3b8aceb8dd4c5bfa2bad7b76ea438a"): offsets_13_6,
// macOS 13.6.3
hexToByte32("2c674438d30bf489695f2d1b8520afc30cbfb183af82d2fc53d74ce39a25b24e"): offsets_13_6,
// macOS 13.6.4
hexToByte32("8f22dcfda56a4d3c38931f20fe33db1a6720e4d8571e452aa5a8b56b4c69842a"): offsets_13_6,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spaced using spaces instead of tabs

@0xdevalias
Copy link
Contributor

Duplicate PR?

@tulir tulir closed this in 1e1d190 Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants