Closed jetfir3 closed 9 months ago
@jetfir3 I just saw your PR to add a bunch of other offsets (https://github.com/beeper/mac-registration-provider/pull/12), and was wondering if you'd be able to upload the
identityservicesd
binaries for those versions somewhere as per this comment so I can test/refine my auto-offset-finding code.Originally posted by @0xdevalias in https://github.com/beeper/mac-registration-provider/issues/9#issuecomment-1872471177
Praying this PR gets merged soon because the only iMac I have access to for use with Beeper is old and can't be upgraded past High Sierra 10.13.6...
10.13.6
10.14.6
10.15.1
10.15.2
10.15.3
10.15.4
10.15.5
10.15.6/7
x86_64 only as these macOS versions do not support arm64
macOS 10.14 and earlier lack the "IDSProtoKeyTransparencyTrustedServiceReadFrom" symbol so another reference symbol was used for 10.14.6
I was able to successfully register Beeper Mini on both macOS 10.14.6 and 10.15.3. Each binary version was disassembled and offsets manually found... so the other 10.15.x offsets should good.
Update: I have also added a PR to the beeper/imessage repo to resolve the Beeper Mini crash another way, https://github.com/beeper/imessage/pull/11
Update 2: High Sierra 10.13.6 offsets added