All Projects → 0x27 → apkpure_get

0x27 / apkpure_get

Licence: other
apkpure.com apk downloader

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to apkpure get

apkizer
apkizer is a mass downloader for android applications for all available versions.
Stars: ✭ 40 (-4.76%)
Mutual labels:  apk, apkpure
android-decompile
📱 Decompile android apps with a single command
Stars: ✭ 17 (-59.52%)
Mutual labels:  apk
urbit-docker
No description or website provided.
Stars: ✭ 16 (-61.9%)
Mutual labels:  apk
Oculess
Removes account requirements and telemetry from Oculus Quest devices
Stars: ✭ 1,551 (+3592.86%)
Mutual labels:  apk
kikfox
A resource obfuscated apk & xapk decompiling tool
Stars: ✭ 63 (+50%)
Mutual labels:  apk
NinjaDroid
Ninja Reverse Engineering on Android APK packages
Stars: ✭ 224 (+433.33%)
Mutual labels:  apk
Vehicle-Security-Toolkit
汽车/安卓/固件/代码安全测试工具集
Stars: ✭ 367 (+773.81%)
Mutual labels:  apk
AndroidApkAnalyzer
Android application for analyzing installed apps
Stars: ✭ 159 (+278.57%)
Mutual labels:  apk
Angular-Cordova-Google-PlayStore-Publish
How to publish Angular app to Google Play Store using Cordova
Stars: ✭ 25 (-40.48%)
Mutual labels:  apk
dalvikgate
Lightweight dex / odex / apk to jar converter
Stars: ✭ 32 (-23.81%)
Mutual labels:  apk
CoC-MOD-Android-Build
Android builds for Corruption of Champions mods
Stars: ✭ 21 (-50%)
Mutual labels:  apk
appstore
📲 Android application which downloads, installs and updates APK files stored on the elimu.ai platform.
Stars: ✭ 16 (-61.9%)
Mutual labels:  apk
axmldec
Stand-alone binary AndroidManifest.xml decoder
Stars: ✭ 151 (+259.52%)
Mutual labels:  apk
KivyMLApp
The repository host the API for the ML model via FastAPI, Flask and contains android app development files using KivyMD.
Stars: ✭ 54 (+28.57%)
Mutual labels:  apk
ApkCompare
A tool to compare 2 version APKs to find out files change. 比较两个版本的APK以找出文件大小变化的工具
Stars: ✭ 68 (+61.9%)
Mutual labels:  apk
Pixel-Wallpaper-app
An app full of Constantly updating Google Pixel wallpapers
Stars: ✭ 120 (+185.71%)
Mutual labels:  apk
eye drop
Eye Drop is a set of bottles containing a digital liquid made of shiny particles. Eye Drop uses a Huawei smartwatch and a lens from Google Cardboard to give an impression of immersive screen.
Stars: ✭ 19 (-54.76%)
Mutual labels:  apk
gplaydl
Command Line Google Play APK downloader. Download APK files to your PC directly from Google Play Store.
Stars: ✭ 212 (+404.76%)
Mutual labels:  apk
react-native-decompiler
Decompile React Native Android/IOS Bundle.
Stars: ✭ 78 (+85.71%)
Mutual labels:  apk
coin-map-android
Easily find places to spend sats anywhere on the planet
Stars: ✭ 23 (-45.24%)
Mutual labels:  apk

apkpure_get

This is a super simple tool for yanking APK's to reverse engineer from the APKPure service.
It is not well written and has a zillion bugs but it works. It is designed to be ran from other scripts. For example... If you have a list of the top 100 apps on the app store like "com.whatever.blah", do this...

cat top_apps.txt | parallel -j 20 python apkpure_get.py

I am hoping to pipeline this with automatic decompilation and analysis sometime, probably by feeding the apps downloaded to MobiSF or Jeb2 or something? idk.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].