ApkCrack
A tool that make your apk debuggable for Charles/Fiddler in Android 7.0
Install / Use
/learn @iamyours/ApkCrackREADME
A tool that make your apk debuggable for Charles/Fiddler with Android 6.0
requirement
- jdk
- make sure
jarsignerworks - Fiddler/Charles
How to use
we can use it in GUI,command line,library
download latest release version.
GUI
java -jar ApkCrackUI.jar
command line use
config file in config/config.properties
- add apk path,out apk path
- add your sign file(or you can use test.jks)
- add your certFile that export from Charles/Fiddler。
java -jar ApkCrack.jar
library
add ApkCrack.jar in your project.
apkCrack.setApkFile(apkFile);
apkCrack.setCertFile(certFile);
apkCrack.setStoreFile(storeFile);
apkCrack.setStorePassword(storePassword);
apkCrack.setKeyAlias(keyAlias);
apkCrack.setKeyPassword(keyPassword);
apkCrack.start();
export cert file from Charles
open Charles,then Help -> SSL Proxying -> Save Charles Root Certificate... -> change Format to Binary certificate(.cer)-> Save


export cert file from Fiddler


ApkCrack for mac




ApkCrack for windows



Related Skills
node-connect
346.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
107.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
346.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
346.4kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
