Skip to content

Commit

Permalink
Update offsets.go
Browse files Browse the repository at this point in the history
Did not realize the offsets were the same and only the hash needed to change, fixed.
  • Loading branch information
r3dlobst3r authored Feb 21, 2024
1 parent d779237 commit b83cc26
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions nac/offsets.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,23 +131,6 @@ var offsets_13_6 = imdOffsetTuple{
NACSignAddress: 0x3e5184,
},
}
// Offsets from macOS 13.6.4
var offsets_13_6_4 = imdOffsetTuple{
x86: imdOffsets{
ReferenceSymbol: "IDSProtoKeyTransparencyTrustedServiceReadFrom",
ReferenceAddress: 0x0cc743,
NACInitAddress: 0x4b91e0,
NACKeyEstablishmentAddress: 0x499220,
NACSignAddress: 0x4ac510,
},
arm64: imdOffsets{
ReferenceSymbol: "IDSProtoKeyTransparencyTrustedServiceReadFrom",
ReferenceAddress: 0x0b524c,
NACInitAddress: 0x41d714,
NACKeyEstablishmentAddress: 0x40af78,
NACSignAddress: 0x3e5184,
},
}

var offsets_14_0 = imdOffsetTuple{
x86: imdOffsets{
Expand Down

0 comments on commit b83cc26

Please sign in to comment.