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
·

1 Repo

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • capstone-engine/capstoneAvatar von capstone-engine

    capstone-engine/capstone

    8,858Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,858
  1. Home
  2. Operating Systems & Systems Programming
  3. Binary Analysis Capabilities
  4. Binary Disassembly
  5. Stream Resynchronization