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

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

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

3 个仓库

Awesome GitHub RepositoriesBytecode Optimizers

Tools that apply optimization passes to compiled bytecode to reduce size and improve execution speed.

Distinct from Split APK Generation: None of the candidates cover bytecode optimization; they focus on APK bundling, unpacking, and installation.

Explore 3 awesome GitHub repositories matching mobile development · Bytecode Optimizers. Refine with filters or upvote what's useful.

Awesome Bytecode Optimizers GitHub Repositories

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

    facebook/redex

    6,292在 GitHub 上查看↗

    A bytecode optimizer for Android apps

    Provides the core bytecode optimization engine that shrinks and speeds up Android APKs.

    C++
    在 GitHub 上查看↗6,292
  • androguard/androguardandroguard 的头像

    androguard/androguard

    6,116在 GitHub 上查看↗

    Reverse engineering and pentesting for Android applications

    Reverses ODEX optimizations to recover standard DEX bytecode for analysis.

    Python
    在 GitHub 上查看↗6,116
  • frege/fregeFrege 的头像

    Frege/frege

    3,700在 GitHub 上查看↗

    Frege is a purely functional programming language that compiles to JVM bytecode, providing Haskell-like semantics for the Java platform. It is built around a Haskell-inspired compiler that implements non-strict evaluation and a static type inference system to ensure data immutability and prevent side effects. The project distinguishes itself through a sophisticated type system featuring rank polymorphism, type-class based dispatch, and static purity enforcement. It includes a JVM language bridge and a foreign function interface that map Java classes and interfaces into functional types, allow

    Applies function inlining and bytecode refinements to increase the execution speed of the final program.

    Frege
    在 GitHub 上查看↗3,700
  1. Home
  2. Mobile Development
  3. Bytecode Optimizers

探索子标签

  • ODEX DeoptimizersReverses Dalvik optimizer transformations in ODEX files to recover standard DEX bytecode. **Distinct from Bytecode Optimizers:** Distinct from Bytecode Optimizers: focuses on deoptimizing ODEX files back to DEX, not general bytecode optimization.