Skip to content

Commit

Permalink
Update offsets.go
Browse files Browse the repository at this point in the history
removed the 13_6_4 and replaced with 13_6
  • Loading branch information
r3dlobst3r authored Feb 24, 2024
1 parent b83cc26 commit 9d0b16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nac/offsets.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ var offsets = map[[32]byte]imdOffsetTuple{
// macOS 13.6.3
hexToByte32("2c674438d30bf489695f2d1b8520afc30cbfb183af82d2fc53d74ce39a25b24e"): offsets_13_6,
// macOS 13.6.4
hexToByte32("8f22dcfda56a4d3c38931f20fe33db1a6720e4d8571e452aa5a8b56b4c69842a"): offsets_13_6_4,
hexToByte32("8f22dcfda56a4d3c38931f20fe33db1a6720e4d8571e452aa5a8b56b4c69842a"): offsets_13_6,
// macOS 14.0
hexToByte32("9ffda11206ef874b1e6cb1d8f8fed330d2ac2cbbc87afc15485f4e4371afcd9a"): offsets_14_0,
// macOS 14.1 - 14.1.2
Expand Down

0 comments on commit 9d0b16b

Please sign in to comment.