All Projects → Furniel → Apk Changer

Furniel / Apk Changer

Command line program for modifying apk files

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Apk Changer

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 (+469.67%)
Mutual labels:  apk, apktool, dex, smali
Android Crack Tool
🐞Android crack tool For Mac
Stars: ✭ 2,666 (+2085.25%)
Mutual labels:  apk, apktool, dex, smali
Dexcalibur
[Official] Android reverse engineering tool focused on dynamic instrumentation automation. Powered by Frida. It disassembles dex, analyzes it statically, generates hooks, discovers reflected methods, stores intercepted data and does new things from it. Its aim is to be an all-in-one Android reverse engineering platform.
Stars: ✭ 512 (+319.67%)
Mutual labels:  apk, dex, smali
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 (+273.77%)
Mutual labels:  apk, apktool, smali
Adhrit
Android Security Suite for in-depth reconnaissance and static bytecode analysis based on Ghera benchmarks.
Stars: ✭ 399 (+227.05%)
Mutual labels:  apk, dex, smali
Backdoor Apk
backdoor-apk is a shell script that simplifies the process of adding a backdoor to any Android APK file. Users of this shell script should have working knowledge of Linux, Bash, Metasploit, Apktool, the Android SDK, smali, etc. This shell script is provided as-is without warranty of any kind and is intended for educational purposes only.
Stars: ✭ 1,766 (+1347.54%)
Mutual labels:  apk, apktool, smali
dalvikgate
Lightweight dex / odex / apk to jar converter
Stars: ✭ 32 (-73.77%)
Mutual labels:  apk, smali, dex
Android Classyshark
Android and Java bytecode viewer
Stars: ✭ 6,930 (+5580.33%)
Mutual labels:  apk, jar, dex
Apklab
Android Reverse-Engineering Workbench for VS Code
Stars: ✭ 470 (+285.25%)
Mutual labels:  apktool, smali
Diggy
Extract endpoints from apk files.
Stars: ✭ 654 (+436.07%)
Mutual labels:  apk, apktool
Apk Dependency Graph
Android class dependency visualizer. This tool helps to visualize the current state of the project.
Stars: ✭ 675 (+453.28%)
Mutual labels:  apk, smali
Decompile Apk
🔥 Decompile APK(反编译APK)
Stars: ✭ 464 (+280.33%)
Mutual labels:  apk, apktool
Intellij Java2smali
A plugin for IntelliJ IDEA & Android Studio to easily compile Java & Kotlin files to smali.
Stars: ✭ 384 (+214.75%)
Mutual labels:  dex, smali
Apk Mitm
🤖 A CLI application that automatically prepares Android APK files for HTTPS inspection
Stars: ✭ 893 (+631.97%)
Mutual labels:  apk, 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 (-72.95%)
Mutual labels:  apktool, smali
Reverseapk
Quickly analyze and reverse engineer Android packages
Stars: ✭ 419 (+243.44%)
Mutual labels:  apk, smali
Hellomello
Experiments with writing Android apps in Nim
Stars: ✭ 47 (-61.48%)
Mutual labels:  apk, dex
Droidjack
Este troyano para Android es uno de los más completos. Con él vamos a poder tener acceso a remoto a todo el dispositivo infectado, desde la agenda, las llamadas y los SMS hasta el micrófono y las cámaras del smartphone. Todo.
Stars: ✭ 44 (-63.93%)
Mutual labels:  apk, smali
Simplesmali
通过精简Smali语法细节来增强反编译代码阅读性,自定义了一种简单语法
Stars: ✭ 61 (-50%)
Mutual labels:  dex, smali
Dex65536
Solve the issue with dalvik compiler limitation on 65536 methods (Unable to execute dex: method ID not in [0, 0xffff]: 65536)
Stars: ✭ 352 (+188.52%)
Mutual labels:  apk, dex

Apk changer is a command line program for modifying apk files. It`s similar to apk manager, but have more options.

Features:

  • Normal and Advanced Mode.
  • Multicore support(much faster than other tools in batch operations and image optimization)
  • Decompile/Compile selected part of apk files.(Batch mode supported, framework dependent decompiling supported too)
  • Optimize pngs inside apk files(including .9.pngs).(Batch mode supported)
  • Zipalign apk files
  • Sign apk files(Batch mode supported)
  • Recompress apk
  • Protect Apk resources
  • Dex to java decompilation
  • Adb logcat with logcat options(via WiFi or usb cable)
  • Four versions of apktool(1.4.3, 1.5.3, 2.3.2, latest development)-if error occurs while decompiling program will try to use alternative version and will compile your apk with version that was used for decompilation
  • Four languages at the moment(Russian, English, Dutch, Deutch) - if you want to translate program into other language just let me know
  • Settings (Compression level, Heap size, optimization level, apktool version, smali version, language...).
  • Error detection. If error occured, program reports about it.
  • Logs (For batch Decompilation/Compilation program creates two logs. First is full and second shows only with what apks occured errors).
  • Decompile/Compile jar files(framework files)
  • All stuff i forgot
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].