About | Features | Frameworks | Requirements | Starting | License | Author
🚀🚀🚀Program helps you to detect the major framework or technology used in writing any android app. Just provide the apk 😇😇
✔️ 1. Extract the apk
✔️ 2. Check the extracted for certain files to make certain decisions.
✔️ 3. Check the folder structure of the app
✔️ 4. Use the checks and tests to detect the major framework used in writing the app.
-
Native
- Java
- Kotlin
-
Hybrid (Cross-Platform)
- Flutter
- React Native
- Xamarin
- Ionic
- NativeScript
- Cordova
-
Game Frameworks
- Unity
- Unreal
- Libgdx
- Expo
- Kony
Before starting 🏁, you need to have Git and Python🐍 installed.
# Clone this project
$ git clone https://github.com/EngineerDanny/apk-framework-detector
# Access
$ cd apk-framework-detector
# Install dependencies
# No extra package is required for Python 3 since the script uses the built-in `zipfile` module.# Command
$`python main.py {app_name.apk}` or `python3 main.py {app_name.apk}`
# Example
$`python main.py fb.apk` or `python3 main.py fb.apk`This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by EngineerDanny