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

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

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

1 个仓库

Awesome GitHub RepositoriesStream Resynchronization

Mechanisms for resuming binary analysis after encountering invalid instructions or data.

Distinct from Binary Disassembly: Distinct from Binary Disassembly: focuses on the recovery logic when a disassembly stream is interrupted by invalid data.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Stream Resynchronization. Refine with filters or upvote what's useful.

Awesome Stream Resynchronization GitHub Repositories

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

    capstone-engine/capstone

    8,858在 GitHub 上查看↗

    Capstone is a multi-architecture disassembly framework and binary analysis engine. It translates raw machine code from various CPU architectures, such as x86, ARM, and RISC-V, into human-readable assembly instructions. The engine distinguishes itself by providing instruction semantic decomposition, which lists implicit registers read and written, and the ability to customize instruction mnemonics to meet specific technical analysis standards. It also features resilient stream disassembly, allowing the process to resynchronize and continue after encountering invalid instructions or embedded da

    Allows the disassembly engine to resume processing a binary stream after encountering invalid instructions or embedded data.

    Carmarm64bpf
    在 GitHub 上查看↗8,858
  1. Home
  2. Operating Systems & Systems Programming
  3. Binary Analysis Capabilities
  4. Binary Disassembly
  5. Stream Resynchronization