From fe8720ce7034d0973390b1a4df19d44ce4e09204 Mon Sep 17 00:00:00 2001 From: August <45411003+augustgl@users.noreply.github.com> Date: Sat, 11 Jul 2020 22:33:33 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index ef5de08..b719d4c 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,7 @@ Full source code to the android tiktok app. This project is a bit different from my other projects. TikTok is a data collection engine disguised as a social media platform. It's legitimate spyware, so I thought I would reverse engineer the Android application -Included are the classes.jar and classes.dex - -You can find all of the source in the classes/ folder. +Included are the compiled classes.jar and classes.dex. You can find all of the source in the classes/ folder in each part of the app. The main functionality of the app is in df_miniapp. The rest is just included for the sake of completeness. Most of it is useless.