awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • pxb1988/dex2jarAvatar von pxb1988

    pxb1988/dex2jar

    13,112Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗13,112
  • extremecoders-re/pyinstxtractorAvatar von extremecoders-re

    extremecoders-re/pyinstxtractor

    4,119Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,119
  1. Home
  2. Development Tools & Productivity
  3. Java Bytecode Viewers
  4. Bytecode Recovery Tools