awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesBytecode Recovery Tools

Utilities used to restore original bytecode structures from optimized or obfuscated binaries.

Distinct from Java Bytecode Viewers: Distinct from Java Bytecode Viewers: focuses on the recovery of the bytecode itself for further analysis.

Explore 2 awesome GitHub repositories matching development tools & productivity · Bytecode Recovery Tools. Refine with filters or upvote what's useful.

Awesome Bytecode Recovery Tools GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • pxb1988/dex2jarpxb1988 的头像

    pxb1988/dex2jar

    13,112在 GitHub 上查看↗

    dex2jar is an Android dex decompiler and reverse engineering tool designed to convert Dalvik executable bytecode into Java class files. It functions as a bytecode converter that transforms compiled Android binaries into a format compatible with standard Java analysis tools. The project facilitates Android app decompilation and Java bytecode recovery by translating executable files into readable structures. This allows for the analysis of application logic and the identification of security vulnerabilities or malicious behavior during Android malware analysis. The tool performs static bytecod

    Translates Android dex bytecode into standard Java format for use in traditional development tools.

    Java
    在 GitHub 上查看↗13,112
  • extremecoders-re/pyinstxtractorextremecoders-re 的头像

    extremecoders-re/pyinstxtractor

    4,119在 GitHub 上查看↗

    pyinstxtractor is a PyInstaller executable unpacker and Python bytecode recovery tool. It functions as a helper for decompiling compiled Python binaries by extracting bundled binaries and bytecode from executables created with PyInstaller. The project includes a bytecode decryptor to remove encryption from extracted files and a header repair tool that restores corrupted headers. These capabilities ensure that extracted compiled files are compatible with bytecode decompilation software. The utility covers reverse engineering of Python applications, supporting malware analysis workflows throug

    Restores original bytecode structures, including headers and decrypted content, from compiled binaries.

    Pythondecompilepycpyc-files
    在 GitHub 上查看↗4,119
  1. Home
  2. Development Tools & Productivity
  3. Java Bytecode Viewers
  4. Bytecode Recovery Tools