apk-mitm VS apkstudio

Compare apk-mitm vs apkstudio and see what are their differences.

apk-mitm

🤖 A CLI application that automatically prepares Android APK files for HTTPS inspection (by shroudedcode)

apkstudio

Open-source, cross platform Qt based IDE for reverse-engineering Android application packages. (by vaibhavpandeyvpz)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
apk-mitm apkstudio
7 4
3,451 2,843
- -
5.9 2.4
6 days ago 7 months ago
TypeScript C++
MIT License GNU Lesser General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

apk-mitm

Posts with mentions or reviews of apk-mitm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-11.
  • Cant bypass SSL pinning on Fazolis Rewards
    1 project | /r/AndroidQuestions | 28 Mar 2023
    For some reason fazolis rewards app from apkpure or anywhere has custom SSL Pinning (at least i think) I have tried patching fazolis rewards with https://github.com/shroudedcode/apk-mitm. And then using NoxPlayer for an emulator and mitmproxy to intercept https requests and some go through but others are not trusted by the client. What am I doing wrong? is it impossible for some applications?
  • Why is closed source so bad?
    1 project | /r/privacy | 9 Feb 2023
  • Various experiments in decrypting traffic from an Android phone
    1 project | /r/wireshark | 24 Dec 2022
    If you want to capture and decrypt the traffic from one or a few apps without root, you can use apk-mitm to reverse engineering the apps to install a network config file which allows you to use user CA to decrypt the traffic of that app. apk-mitm will do everything for you, you will just have to reinstall the app(it requires first to uninstall from the phone because the app's signature will be different and it will not allow installing the apks from apk-mitm as an update to the original app). Modern apps use split apks, you can use SAI to install an app from split apks.
  • Android Chrome 99 expands Certificate Transparency, breaking all MitM dev tools
    4 projects | news.ycombinator.com | 11 May 2022
    > For example, Chrome Desktop, Firefox, and IE did not enforce HPKP if they encountered a cert from a user-added CA. Why does Android do the opposite?

    Your examples are all browsers. I understood that Chrome on Android will continue to support using a user-added CA added to the user store. Android and desktops behave exactly the same for web browsers.

    Non-browser apps are where the differences exist. On Android you must opt-in each app to trust the user store. I'd imagine that the next step is automating https://github.com/shroudedcode/apk-mitm to bulk replace all installed apps with modified apks.

  • Secret military aircraft possibly exposed on TikTok
    1 project | news.ycombinator.com | 28 Sep 2021
  • How can I extract API calls from APK files?
    1 project | /r/androiddev | 31 Mar 2021
    You can use (apk-mitm)[https://github.com/shroudedcode/apk-mitm]. Simply load the API and wait for the patched version. Then download HTTP canary or use Fidler (whatever you prefer). I prefer using HTTP canary since I can intercept the API without looking through the random other requests on my PC. You also don't need a rooted phone which is a +

apkstudio

Posts with mentions or reviews of apkstudio. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-25.
  • looking for an apk editor, either for android or windows
    1 project | /r/hacking | 10 Oct 2022
    There is also a tool called apkstudio, it allows to edit an apk , recompile and sign it https://github.com/vaibhavpandeyvpz/apkstudio give it a try.
  • Cat Printer
    7 projects | news.ycombinator.com | 25 Mar 2022
    You can decompile android apps, which will give mostly the original Java Classes / functions with anonymized names (class A, function b, etc...). Framework classes and methods usually stay pretty much the same.

    See for example https://github.com/robertohuertasm/apk-decompiler and https://github.com/vaibhavpandeyvpz/apkstudio (only used the first one but the seconds looks practical)

  • Estrazione di file di gioco su apk
    1 project | /r/ItalyInformatica | 9 Mar 2022
    Si potrebbe provare a usare: https://github.com/vaibhavpandeyvpz/apkstudio
  • APK Editor Studio v1.5.0
    2 projects | news.ycombinator.com | 9 Aug 2021
    JFTR, There is also ApkStudio[0], but it is not updated since October 2020.

    [0] https://github.com/vaibhavpandeyvpz/apkstudio

What are some alternatives?

When comparing apk-mitm and apkstudio you can also consider the following projects:

hackdroid - Security Apps for Android

openauto - AndroidAuto headunit emulator

XAPKDetector - APK/DEX detector for Windows, Linux and MacOS.

TIDAL-Discord-Rich-Presence-UNOFFICIAL - UNOFFICIAL Tidal Discord Rich Presence

Apktool - A tool for reverse engineering Android apk files

IPAPatch - Patch iOS Apps, The Easy Way, Without Jailbreak.

game-builder-garage-editor - (WIP) Experimental save editor for Nintendo's Game Builder Garage

peripage-A6-bluetooth - Directly printing on a Peripage A6 thermal printer via Bluetooth

mitm-omegle - Watch strangers talk on Omegle (man in the middle attack explained for kids)

Dark-Souls-1-Overhaul - "We're the Project M of Dark Souls!"

mitmproxy - An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.

apk-decompiler - Small Rust utility to decompile Android apks