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

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

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

2 个仓库

Awesome GitHub RepositoriesBytecode Emulators

Modified virtual machines that emulate a specific runtime environment to execute bytecode from a different architecture.

Distinct from Java Virtual Machine Runtimes: Distinct from general JVM runtimes as it specifically involves emulation of a desktop environment on mobile hardware.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Bytecode Emulators. Refine with filters or upvote what's useful.

Awesome Bytecode Emulators GitHub Repositories

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

    PojavLauncherTeam/PojavLauncher

    9,097在 GitHub 上查看↗

    PojavLauncher is a mobile launcher and game wrapper that provides a compatible Java Runtime Environment for mobile operating systems. Its primary purpose is to enable the execution of the Java Edition of Minecraft on Android and iOS devices. The project includes a mobile game input mapper that adapts desktop keyboard and mouse controls to touch screen interfaces. It also provides tools for mobile game modding, allowing users to install and manage custom content through a mobile interface.

    Creates a compatible Java environment on mobile hardware to execute desktop bytecode using a modified virtual machine.

    Javaminecraftminecraft-launcher
    在 GitHub 上查看↗9,097
  • calebfenton/simplifyCalebFenton 的头像

    CalebFenton/simplify

    4,644在 GitHub 上查看↗

    Simplify 是一个 Android 虚拟机沙箱、字节码执行追踪器和静态分析框架。它作为 Dalvik 字节码去混淆器,旨在通过模拟程序行为(无需物理设备)从二进制文件中恢复可读代码。 该项目的特色在于使用执行图分析来解析反射调用,并通过常量传播和死代码消除来简化混淆代码。它采用多路径执行模拟来跟踪所有可能的条件分支结果,并将指令流映射以识别常量值。 该系统涵盖了广泛的分析功能,包括异常传播追踪、方法副作用分类和 Java API 调用模拟。它还提供了通过自定义钩子拦截方法执行的机制,以监控或覆盖虚拟机状态。

    Executes Android instructions in a controlled environment to analyze program behavior without a physical device.

    Java
    在 GitHub 上查看↗4,644
  1. Home
  2. Programming Languages & Runtimes
  3. Runtime Execution Environments
  4. Runtime Environments
  5. Language Runtimes
  6. Java Virtual Machine Runtimes
  7. Bytecode Emulators