KoloMITM implementation on Android
KoloMITM-Android is a implementation of KoloMITM, which supports Android platform. You can sign in your Minecraft: Bedrock account and start MITM to modify game packets. It uses KoloMITM, Cloudburst protocol, MinecraftAuth and network libraries etc. These approaches can help you to play game easily.
To build this project, you need to clone and build KoloMITM initially.
KoloMITM uses Git submodules, to clone:
# Clone with submodules
git clone https://github.com/LibKolo/KoloMITM.git --recursiveTo Build KoloMITM:
# Enter the KoloMITM folder
cd KoloMITM
# Build and publish KoloMITM to maven local
./gradlew publishMavenPublicationToMavenLocal# Clone KoloMITM-Android
git clone https://github.com/LibKolo/KoloMITM-Android.gitTo Build Debug APK:
# Build debug APK
./gradlew assembleDebugTo Build Release APK:
# Build release APK
./gradlew assembleReleaseNow, the APK will be generated in app/build/outputs/apk/debug or app/build/outputs/apk/release. Just install them on your smartphone.
Protocol | Network | ProxyPass
不好看