File tree Expand file tree Collapse file tree 6 files changed +34
-5
lines changed
Expand file tree Collapse file tree 6 files changed +34
-5
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 11# FindMy.py
22
3- = 🍏 + 🎯 + 🐍!
4-
53FindMy.py is a Python library aiming to provide everything you need
64to interact with ** Apple's FindMy Network** .
75Its primary aims are feature completeness, reliability and elegant API design.
86It abstracts all the heavy lifting away, while keeping the control flow in your hands.
97
108## Jump To
119
12- [ // ] : # ( This is hidden to prevent it from showing on the home page )
10+ [ // ] : # " This is hidden to prevent it from showing on the home page "
11+
1312``` {toctree}
1413:hidden:
1514
1615Home <self>
1716```
1817
19- [ // ] : # ( Documentation can be expanded to maxdepth 2 )
18+ [ // ] : # " Documentation can be expanded to maxdepth 2 "
19+
2020``` {toctree}
2121:maxdepth: 2
2222
2323getstarted/index
2424technical/index
25+ reveng/index
2526```
2627
27- [ // ] : # ( Show these with a maxdepth of 1 )
28+ [ // ] : # " Show these with a maxdepth of 1 "
29+
2830``` {toctree}
2931:maxdepth: 1
3032
Original file line number Diff line number Diff line change 1+ # Intercepting Network Requests
2+
3+ A big part of our understanding of how the FindMy network functions originates from
4+ network captures detailing how official apps query location reports.
5+ This page aims to provide a quickstart on setting up an environment in which you can
6+ freely inspect network requests made the FindMy app on a Mac.
7+
8+ ``` {note}
9+ This guide has only been tested on Sonoma, but it will likely work on other
10+ versions of MacOS as well.
11+ ```
12+
13+ blabla chocoladevla
Original file line number Diff line number Diff line change 1+ # Reverse Engineering
2+
3+ Want to help reverse engineer pieces of the FindMy network? That's great!
4+ The pages in this category aim to provide documentation on how various parts
5+ of the FindMy network have been reverse engineered, and how you can replicate this setup.
6+
7+ ---
8+
9+ ``` {toctree}
10+ :maxdepth: 1
11+ :glob:
12+
13+ *
14+ ```
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments