biemster / FindMy

Query Apple's Find My network
225 stars 39 forks source link

generate_keys.py at support for python3 #30

Closed tampopo256 closed 7 months ago

tampopo256 commented 8 months ago

We have changed the decoding using binascii, which is compatible with both python2 and python3.

biemster commented 8 months ago

Thanks! I'm actually in the process of porting everything to python3 in main because this should run without a mac now, and the int_to_bytes and int_from_bytes functions are already removed in favor of int.from_bytes and int.to_bytes in my local work dir. python2 support will be dropped in main, if you still need that the catalina branch should be used.

biemster commented 7 months ago

Thanks for this! but I just realized this got obsolete since f7061a3