Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.84 KB

File metadata and controls

39 lines (22 loc) · 1.84 KB

Jadx DexKit Plugin

Enhance your Jadx experience with the power of DexKit! This plugin integrates DexKit's advanced search capabilities directly into the Jadx-GUI, providing faster and more flexible ways to find code, especially in obfuscated Android applications.

Download

Not avaliable yet.

Features

  • 🚀 Advanced Search Dialog: Access a dedicated search window (Plugins -> DexKit search).

    • String/Number Search: Quickly find methods using specific strings (including regex) or numbers.
    • MethodMatcher/ClassMatcher Scripts: Use DexKit's powerful structural search syntax to define complex patterns for methods or classes. Get real-time compilation feedback as you type!
    • DexKit Query Scripts: Execute arbitrary DexKit queries for maximum flexibility and complex search scenarios.
    • Search History: Easily recall and reuse previous searches.
    • Interactive Results: Double-click search results (methods or classes) to navigate directly to the code in Jadx's code view.
  • ✨ Resolve Feature: Right-click a method in Jadx and select Resolve Feature. This automatically generates a DexKit MethodMatcher query based on the method's characteristics (e.g., name pattern, parameter types/count, return type, used strings). It's great for finding similar or obfuscated methods.

  • 🔍 Find Resource: Right-click a R class's field in the code view and select Find Resource. This instantly searches for methods using that specific resource via the DexKit Search Dialog.

Screenshots

Advanced Search

AdvancedSearch.png

Find Resource Reference

FindResourceRefer.png

Resolve Feature

ResolveQuery.jpg

Credits