{"id":42557435,"url":"https://gitlab.com/Syroot/BinaryData","last_synced_at":"2026-02-20T03:00:26.206Z","repository":{"id":63451508,"uuid":"8959434","full_name":"Syroot/BinaryData","owner":"Syroot","description":".NET libraries extending binary reading and writing functionality.","archived":false,"fork":false,"pushed_at":null,"size":null,"stargazers_count":4,"open_issues_count":3,"forks_count":2,"subscribers_count":null,"default_branch":"master","last_synced_at":"2025-11-27T13:43:23.891Z","etag":null,"topics":["big-endian","binary-data","data","endianness","io","little-endian","netcore","netframework","netstandard","stream"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://gitlab.com/uploads/-/system/project/avatar/8959434/icon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-20T08:19:49.838Z","updated_at":"2021-01-22T16:31:57.257Z","dependencies_parsed_at":"2022-11-19T06:31:21.386Z","dependency_job_id":null,"html_url":"https://gitlab.com/Syroot/BinaryData","commit_stats":null,"previous_names":[],"tags_count":18,"template":null,"template_full_name":null,"purl":"pkg:gitlab/Syroot/BinaryData","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/repositories/Syroot%2FBinaryData","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/repositories/Syroot%2FBinaryData/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/repositories/Syroot%2FBinaryData/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/repositories/Syroot%2FBinaryData/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/owners/Syroot","download_url":"https://gitlab.com/Syroot/BinaryData/-/archive/master/BinaryData-master.zip","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/repositories/Syroot%2FBinaryData/sbom","scorecard":null,"host":{"name":"gitlab.com","url":"https://gitlab.com","kind":"gitlab","repositories_count":4521539,"owners_count":7348,"icon_url":"https://github.com/gitlab.png","version":null,"created_at":"2022-05-30T11:31:42.605Z","updated_at":"2026-01-12T22:45:04.389Z","status":"online","status_checked_at":"2026-02-20T02:00:07.873Z","response_time":283,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.382Z","robots_txt_url":"https://gitlab.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/owners"}},"keywords":["big-endian","binary-data","data","endianness","io","little-endian","netcore","netframework","netstandard","stream"],"created_at":"2026-01-28T20:00:26.599Z","updated_at":"2026-02-20T03:00:26.200Z","avatar_url":"https://gitlab.com/uploads/-/system/project/avatar/8959434/icon.png","language":null,"funding_links":[],"categories":["🛠️ General Tools"],"sub_categories":["💻 Development Libraries"],"readme":"# BinaryData\n\nWhen parsing or storing data of binary file formats or protocols, the default .NET functionality is often insufficient. Classes like `BinaryReader` or `BinaryWriter` lack support for a different byte order (endianness) than the system one. Strings are typically stored with a length-prefix other than common 0 terminating bytes. Navigation inside `Stream` instances may be uncomfortable.\n\nThe `Syroot.BinaryData` libraries fill these gaps by providing the following features:\n- Different byte order (endianness), supporting big and little endian the same way.\n- Many `String` formats like 0-termianted strings or UInt16 length prefixes.\n- Several `Boolean` and `DateTime` formats (like 4-byte booleans or CTime's `time_t` integer).\n- Strongly typed support for saving enum values and checking them for validity.\n- Performant and simple parsing of data available in `(ReadOnly)Span\u003cbyte\u003e` instances.\n- Advanced `Stream` navigation features like temporary seeks, simulated seeks, or (negative) alignments.\n- Serializing and deserializing any class into a binary format.\n\n## Documentation\n\nA feature tour aswell as complete API documentation is available on [Syroot Docs](https://docs.syroot.com/binarydata).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/gitlab.com%2FSyroot%2FBinaryData","html_url":"https://awesome.ecosyste.ms/projects/gitlab.com%2FSyroot%2FBinaryData","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/gitlab.com%2FSyroot%2FBinaryData/lists"}