From f6d1866e3038a58fc8fedfd0a09bfdad07175ef2 Mon Sep 17 00:00:00 2001 From: August <45411003+augustgl@users.noreply.github.com> Date: Thu, 23 Jul 2020 08:57:09 -0400 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 88a9754..48c5f20 100644 --- a/README.md +++ b/README.md @@ -19,14 +19,14 @@ Here is the full reverse engineered source code. Enjoy # 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/ILocator.java -phone calls: +##### phone calls: 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 weird list in the screenshot code @@ -36,9 +36,14 @@ weird list in the screenshot code "screen-cap", "screen cap", "截屏" }; ``` -get wifi networks: +###### get wifi networks: 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 decode all android manifests