All Projects → GraxCode → dalvikgate

GraxCode / dalvikgate

Licence: GPL-3.0 license
Lightweight dex / odex / apk to jar converter

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to dalvikgate

Adhrit
Android Security Suite for in-depth reconnaissance and static bytecode analysis based on Ghera benchmarks.
Stars: ✭ 399 (+1146.88%)
Mutual labels:  apk, smali, dex
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 (+2071.88%)
Mutual labels:  apk, smali, dex
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 (+1500%)
Mutual labels:  apk, smali, dex
Apk Changer
Command line program for modifying apk files
Stars: ✭ 122 (+281.25%)
Mutual labels:  apk, smali, dex
dex2jar
Tools to work with android .dex and java .class files
Stars: ✭ 102 (+218.75%)
Mutual labels:  dalvik, smali, dex
Android Crack Tool
🐞Android crack tool For Mac
Stars: ✭ 2,666 (+8231.25%)
Mutual labels:  apk, smali, dex
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 (+1325%)
Mutual labels:  apk, 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 (+1000%)
Mutual labels:  apk, dex
Apk Dependency Graph
Android class dependency visualizer. This tool helps to visualize the current state of the project.
Stars: ✭ 675 (+2009.38%)
Mutual labels:  apk, smali
Hellomello
Experiments with writing Android apps in Nim
Stars: ✭ 47 (+46.88%)
Mutual labels:  apk, dex
RocketXPlugin
🔥🔥 android 端编译加速插件🚀 自动识别未改动 module 并在编译流程中替换为 aar ,只编译改动模块,加速 Android apk 的编译速度。
Stars: ✭ 408 (+1175%)
Mutual labels:  apk, dex
Android Classyshark
Android and Java bytecode viewer
Stars: ✭ 6,930 (+21556.25%)
Mutual labels:  apk, dex
Fastdex
🚀 加快 apk 的编译速度 🚀
Stars: ✭ 1,457 (+4453.13%)
Mutual labels:  apk, dex
Reverseapk
Quickly analyze and reverse engineer Android packages
Stars: ✭ 419 (+1209.38%)
Mutual labels:  apk, 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 (+5418.75%)
Mutual labels:  apk, smali
Bytecode Viewer
A Java 8+ Jar & Android APK Reverse Engineering Suite (Decompiler, Editor, Debugger & More)
Stars: ✭ 12,606 (+39293.75%)
Mutual labels:  apk, smali
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 (+37.5%)
Mutual labels:  apk, smali
Androguard
Reverse engineering, Malware and goodware analysis of Android applications ... and more (ninja !)
Stars: ✭ 3,797 (+11765.63%)
Mutual labels:  dalvik, dex
NinjaDroid
Ninja Reverse Engineering on Android APK packages
Stars: ✭ 224 (+600%)
Mutual labels:  apk, dex
Dexer
Dexer is an open source framework, written in C#, that reads and writes .DEX files (Dalvik Executable Format) used by the Android Open Source Project.
Stars: ✭ 81 (+153.13%)
Mutual labels:  dalvik, dex

dalvikgate Build Status Release

Dalvikgate is a lightweight dalvik to java bytecode converter by Col-E and noverify (a.k.a. GraxCode) written in java 8. It uses dexlib2 and asm-tree to translate the code and is still work in progress. Dalvikgate is intended for DEX up to version 39, but should work on newer versions too. ODEX files are also supported.

License

Dalvikgate is licensed under the GNU General Public License 3.0

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