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

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

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

2 个仓库

Awesome GitHub RepositoriesPluggable Decoder Registries

Architectures that allow format-specific parsing logic to be dynamically loaded and registered.

Distinct from Binary Format Decoders: Focuses on the registry and pluggability mechanism rather than the act of decoding itself.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Pluggable Decoder Registries. Refine with filters or upvote what's useful.

Awesome Pluggable Decoder Registries GitHub Repositories

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

    wader/fq

    10,528在 GitHub 上查看↗

    fq 是一个命令行二进制数据处理器,用于将原始字节流和位级数据解码、转换和分析为结构化格式。它作为一个函数式二进制查询引擎,允许对二进制结构进行过滤和映射,同时也是一个转换器,将复杂的二进制 Blob 和专有文件格式转换为标准的 JSON、YAML 或 XML。 该工具作为低级位操作器,能够对原始文件执行位级切片、位运算和加密哈希。它还作为一个网络协议分析器,能够重组碎片化的 TCP 流并解密 TLS 流量以进行应用级检查。 该项目涵盖了二进制解析和数据转换方面的广泛功能,包括对自定义解码器定义的支持,以及对 Mach-O、ASN1 BER 和 Avro OCF 等多种专业格式的支持。它提供了用于二进制树搜索、结构化文本解码以及二进制与文本格式之间双向序列化的工具。 用户可以通过命令行界面和用于实时查询测试的交互式 REPL 与系统进行交互。

    Implements a pluggable architecture where format-specific parsing logic is dynamically loaded.

    Go
    在 GitHub 上查看↗10,528
  • cea-sec/miasmcea-sec 的头像

    cea-sec/miasm

    3,890在 GitHub 上查看↗

    Miasm 是一个 Python 逆向工程框架,专为二进制分析、反汇编和修改而设计。它作为一个二进制分析框架,将机器码提升为中间表示,以实现平台无关的安全研究。 该系统作为二进制仿真引擎和修改工具包运行,允许在虚拟环境中执行二进制代码以跟踪状态更改,而无需原生硬件。它提供了二进制补丁工具,用于跨多种 CPU 架构和可执行格式更新和修改原始二进制文件。 该框架涵盖了反汇编、中间表示提升和语义简化功能,以消除二进制混淆。它包括对二进制格式解析和内存映射的支持,以便在分析编译程序时跟踪引用和布局。

    Decodes multiple executable file formats through a modular system to extract machine code and metadata.

    Pythonassemblerdisassembleremulator
    在 GitHub 上查看↗3,890
  1. Home
  2. Operating Systems & Systems Programming
  3. Binary Format Decoders
  4. Pluggable Decoder Registries

探索子标签

  • Pluggable Binary ParsersModular systems for decoding multiple executable file formats to extract machine code and metadata. **Distinct from Pluggable Decoder Registries:** Extends the decoder registry concept specifically to the structural parsing of binary files.