Update README.md

This commit is contained in:
August 2020-07-23 08:57:09 -04:00 committed by GitHub
parent 2fe0f085b7
commit f6d1866e30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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