
Janus-Vulnerability-CVE-2017-13156-Exploit
Python-based exploit for Android's Janus CVE-2017-13156, demonstrating APK signature bypass by appending a DEX payload to signed applications.

Python-based exploit for Android's Janus CVE-2017-13156, demonstrating APK signature bypass by appending a DEX payload to signed applications.


A demo Android project showcasing dynamic DEX loading using DexClassLoader, PathClassLoader, and in-memory execution. For educational purposes only.

JADX plugin that extracts method names, class references, and source file paths from string constants found in DEX files and decompiled Android code.

Reverse engineering and pentesting for Android applications

Tools to work with android .dex and java .class files

the fastest and most powerful android decompiler(native tool working without Java VM) for the APK, DEX, ODEX, OAT, JAR, AAR, and CLASS file. which…

Ninja Reverse Engineering on Android APK packages

Android APK unpacker that dumps DEX files from running or installed apps on Android 5.0–12 without root, Xposed, or Frida, supporting deep unpacking…

One-Step APK Decompilation With Multiple Backends

[Official] Android reverse engineering tool focused on dynamic instrumentation automation leveraging Frida. It disassembles dex, analyzes it…

Android and Java bytecode viewer

A frida tool to dump dex in memory to support security engineers analyzing malware.