awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Deobfuscation Tools · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesDeobfuscation Tools

Software for restoring readability to obfuscated or protected code.

Distinguishing note: Uses symbolic execution and pattern matching for identifier restoration.

Explore 1 awesome GitHub repository matching security & cryptography · Deobfuscation Tools. Refine with filters or upvote what's useful.

  1. Home
  2. Security & Cryptography
  3. Deobfuscation Tools

Awesome Deobfuscation Tools GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • skylot/jadx

    skylot/jadx

    47,324View on GitHub↗

    Jadx is a comprehensive Java decompilation suite designed to transform compiled binary application files into readable source code. It functions as a static analysis workbench, providing a graphical interface for navigating, searching, and inspecting the internal logic of complex software packages. By utilizing a bytecode-to-Java pipeline, the project reconstructs high-level logical structures from low-level binary instructions, making it a primary tool for Android application reverse engineering. The project distinguishes itself through a sophisticated control flow reconstruction engine and

    Renames obfuscated identifiers and restores original code structure using pattern matching and heuristic rules.

    Javaandroiddecompilerdex
    47,324View on GitHub↗