awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

Awesome GitHub RepositoriesBinary Serialization

Tools for converting complex data structures into raw binary formats for network transmission or storage.

Distinct from Bit-Level State Trackers: None of the candidates fit; the candidates were either AI-specific tokenizers or bit-level trackers, whereas this is for network protocol serialization.

Explore 4 awesome GitHub repositories matching operating systems & systems programming · Binary Serialization. Refine with filters or upvote what's useful.

Awesome Binary Serialization GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • coresecurity/impacketالصورة الرمزية لـ CoreSecurity

    CoreSecurity/impacket

    15,823عرض على GitHub↗

    Impacket is a Python network protocol library and low-level implementation foundation. It provides a collection of classes for implementing and manipulating network protocols such as SMB, TCP, and UDP. The project serves as a network authentication framework for verifying user identities using passwords, hashes, and security tickets. It also functions as a network packet manipulation toolkit and security research tool for analyzing protocol behaviors and identifying vulnerabilities. The library covers the creation, parsing, and modification of raw network data to analyze communication stacks

    Implements tools for converting high-level Python objects into raw binary streams for network transmission.

    Python
    عرض على GitHub↗15,823
  • fortra/impacketالصورة الرمزية لـ fortra

    fortra/impacket

    15,467عرض على GitHub↗

    Impacket is a collection of Python classes designed for the construction, manipulation, and analysis of low-level network packets and services. It functions as a framework for building custom network tools, providing a programmatic interface to interact with communication protocols and service architectures. The library provides primitives for managing authentication, session state, and remote procedure calls within network environments. By offering a modular class hierarchy, it allows for the assembly of network packets and the implementation of specialized communication stacks. The project

    Provides low-level binary serialization primitives for constructing and parsing network protocol packets.

    Pythondcerpcdcomimpacket
    عرض على GitHub↗15,467
  • emilhernvall/dnsguideالصورة الرمزية لـ EmilHernvall

    EmilHernvall/dnsguide

    4,570عرض على GitHub↗

    dnsguide is a software implementation of the DNS protocol designed to handle queries and responses between clients and nameservers. It functions as a recursive DNS server and network service tool for managing the resolution of domain names within local or wide area networks. The project provides a framework for building a custom DNS server, incorporating recursive resolution logic and stub resolver integration to translate hostnames into IP addresses. It is designed for implementing the DNS protocol from scratch to facilitate network protocol learning and custom name resolution. The implemen

    Implements binary serialization to convert DNS message structures into raw byte streams for network transmission.

    dnsdns-serverinternet
    عرض على GitHub↗4,570
  • toblerity/shapelyالصورة الرمزية لـ Toblerity

    Toblerity/Shapely

    4,457عرض على GitHub↗

    Shapely is a geometric analysis library for the manipulation and analysis of planar geometric objects. It functions as a computational geometry toolkit, a spatial predicate engine for evaluating topological relationships, and a vectorized geometry processor. The library distinguishes itself through a vectorized geometry processor capable of executing operations across coordinate arrays with multi-threaded parallel processing. It utilizes prepared geometry optimization to accelerate repeated containment and intersection tests and implements R-tree spatial indexing for efficient nearest-neighbo

    Supports converting geometric objects into byte streams using pickle for temporary storage.

    Python
    عرض على GitHub↗4,457
  1. Home
  2. Operating Systems & Systems Programming
  3. Binary Serialization