All Projects → iamyours → Apkcrack

iamyours / Apkcrack

A tool that make your apk debuggable for Charles/Fiddler in Android 7.0

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Apkcrack

Android Crack Tool
🐞Android crack tool For Mac
Stars: ✭ 2,666 (+2178.63%)
Mutual labels:  apktool
Appplus
A open source android application, and used to manage app,export apk, watch recent processes.
Stars: ✭ 428 (+265.81%)
Mutual labels:  apktool
Apktoolplus
ApkToolPlus 是一个 apk 逆向分析工具(a apk analysis tools)。
Stars: ✭ 718 (+513.68%)
Mutual labels:  apktool
docker-apktool
Docker image for Latest Apktool 🛠
Stars: ✭ 18 (-84.62%)
Mutual labels:  apktool
Apkshellext
Show app icons in windows explorer
Stars: ✭ 316 (+170.09%)
Mutual labels:  apktool
Decompile Apk
🔥 Decompile APK(反编译APK)
Stars: ✭ 464 (+296.58%)
Mutual labels:  apktool
Android Security
Android Security Resources.
Stars: ✭ 207 (+76.92%)
Mutual labels:  apktool
Andtroj
A tool for integrating the Metasploit payload with Android's healthy programs and bypassing antivirus
Stars: ✭ 43 (-63.25%)
Mutual labels:  apktool
Kithack
Hacking tools pack & backdoors generator.
Stars: ✭ 377 (+222.22%)
Mutual labels:  apktool
Fakerandroid
A tool translate a apk file to stantard android project include so hook api and il2cpp c++ scaffolding when apk is a unity il2cpp game. Write code on a apk file elegantly.
Stars: ✭ 695 (+494.02%)
Mutual labels:  apktool
Apktool-termux
Apktool 2.6.1 For Termux , Version : 2.6.1 , Maintained
Stars: ✭ 48 (-58.97%)
Mutual labels:  apktool
apk-decompiler
Small Rust utility to decompile Android apks
Stars: ✭ 48 (-58.97%)
Mutual labels:  apktool
Apklab
Android Reverse-Engineering Workbench for VS Code
Stars: ✭ 470 (+301.71%)
Mutual labels:  apktool
Apkmod
Apkmod can decompile, recompile, sign APK, and bind the payload with any legit APP
Stars: ✭ 235 (+100.85%)
Mutual labels:  apktool
Apk Mitm
🤖 A CLI application that automatically prepares Android APK files for HTTPS inspection
Stars: ✭ 893 (+663.25%)
Mutual labels:  apktool
Ttdedroid
一键反编译工具(不需要手动安装Python) One key for quickly decompile apk/aar/dex/jar, support by jadx/dex2jar/enjarify.
Stars: ✭ 218 (+86.32%)
Mutual labels:  apktool
Obfuscapk
An automatic obfuscation tool for Android apps that works in a black-box fashion, supports advanced obfuscation features and has a modular architecture easily extensible with new techniques
Stars: ✭ 456 (+289.74%)
Mutual labels:  apktool
Miui Purify
个人兴趣项目存档,使用 apktool 魔改 MIUI ROM,去除 MIUI 系统新增的广告。
Stars: ✭ 100 (-14.53%)
Mutual labels:  apktool
Deapk
DeAPK is an open-source, online APK decompiler which lets you upload an APK and then decompile it to Smali or Java sources. It is built using Laravel, Vue.js, Bootstrap, FontAwesome, Pusher, Redis, MySQL, apktool, jadx and hosted atop Oracle cloud platform.
Stars: ✭ 33 (-71.79%)
Mutual labels:  apktool
Diggy
Extract endpoints from apk files.
Stars: ✭ 654 (+458.97%)
Mutual labels:  apktool

A tool that make your apk debuggable for Charles/Fiddler with Android 6.0

requirement

  • jdk
  • make sure jarsigner works
  • 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

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].