Update README.md
This commit is contained in:
parent
2fe0f085b7
commit
f6d1866e30
13
README.md
13
README.md
|
@ -19,14 +19,14 @@ Here is the full reverse engineered source code. Enjoy
|
||||||
|
|
||||||
# interesting code
|
# interesting code
|
||||||
|
|
||||||
location tracking:
|
###### location tracking:
|
||||||
tiktok_source/df_miniapp/classes/com/tt/miniapp/maplocate/TMALocation.java
|
tiktok_source/df_miniapp/classes/com/tt/miniapp/maplocate/TMALocation.java
|
||||||
tiktok_source/df_miniapp/classes/com/tt/miniapp/maplocate/ILocator.java
|
tiktok_source/df_miniapp/classes/com/tt/miniapp/maplocate/ILocator.java
|
||||||
|
|
||||||
phone calls:
|
##### phone calls:
|
||||||
tiktok_source/df_miniapp/classes/com/tt/miniapp/call/PhoneCallImpl.java
|
tiktok_source/df_miniapp/classes/com/tt/miniapp/call/PhoneCallImpl.java
|
||||||
|
|
||||||
screenshot code:
|
##### screenshot code:
|
||||||
tiktok_source/df_miniapp/classes/com/tt/miniapp/msg/onUserCaptureScreen/TakeScreenshotManager.java
|
tiktok_source/df_miniapp/classes/com/tt/miniapp/msg/onUserCaptureScreen/TakeScreenshotManager.java
|
||||||
|
|
||||||
weird list in the screenshot code
|
weird list in the screenshot code
|
||||||
|
@ -36,9 +36,14 @@ weird list in the screenshot code
|
||||||
"screen-cap", "screen cap", "截屏" };
|
"screen-cap", "screen cap", "截屏" };
|
||||||
```
|
```
|
||||||
|
|
||||||
get wifi networks:
|
###### get wifi networks:
|
||||||
tiktok_source/df_miniapp/classes/com/tt/miniapp/msg/wifi/ApiGetWifiListCtrl.java
|
tiktok_source/df_miniapp/classes/com/tt/miniapp/msg/wifi/ApiGetWifiListCtrl.java
|
||||||
|
|
||||||
|
###### facial recognition:
|
||||||
|
tiktok_source/df_miniapp/classes/com/tt/miniapp/facialverify/FacialVerifyProtocolActivity.java
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# TODO LIST
|
# TODO LIST
|
||||||
|
|
||||||
decode all android manifests
|
decode all android manifests
|
||||||
|
|
Loading…
Reference in a new issue