-
Notifications
You must be signed in to change notification settings - Fork 30
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
Conversation
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):
|
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.
removed the 13_6_4 and replaced with 13_6
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, |
There was a problem hiding this comment.
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
Duplicate PR? |
This PR will add support for users on Ventura 13.6.4.