> cat /dev/github | grep security-tools
discovered 03 Aug 2026

enjarify

via awesome-list
→ View on GitHub
Enjarify is a Python-based tool designed to translate Dalvik bytecode from Android applications into equivalent Java bytecode, facilitating analysis with Java tools. It offers robust handling of edge cases that often cause other tools, like Dex2jar, to fail, ensuring accurate translations even for complex scenarios. Notable features include support for multidex APKs, customizable output, and optional optimization for improved readability.