{"id":17261226,"url":"https://github.com/aybe/binaryextensions","last_synced_at":"2025-04-14T06:47:19.963Z","repository":{"id":65470832,"uuid":"125467762","full_name":"aybe/BinaryExtensions","owner":"aybe","description":"Types and extension methods to deal with binary data.","archived":false,"fork":false,"pushed_at":"2020-11-19T21:24:07.000Z","size":180,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-03-27T20:38:55.290Z","etag":null,"topics":["binary","endianness","lsb","msb"],"latest_commit_sha":null,"homepage":"","language":"C#","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://github.com/aybe.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-03-16T05:26:46.000Z","updated_at":"2022-03-28T02:06:47.000Z","dependencies_parsed_at":"2023-01-25T00:30:33.774Z","dependency_job_id":null,"html_url":"https://github.com/aybe/BinaryExtensions","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aybe%2FBinaryExtensions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aybe%2FBinaryExtensions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aybe%2FBinaryExtensions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aybe%2FBinaryExtensions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aybe","download_url":"https://codeload.github.com/aybe/BinaryExtensions/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248837272,"owners_count":21169373,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["binary","endianness","lsb","msb"],"created_at":"2024-10-15T07:50:32.229Z","updated_at":"2025-04-14T06:47:19.921Z","avatar_url":"https://github.com/aybe.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BinaryExtensions\n![BinaryExtensions](BinaryExtensions.png)\n\n[![NuGet](https://img.shields.io/badge/nuget-latest-blue.svg)](https://www.nuget.org/packages/BinaryExtensions)\n\nTypes and extension methods to deal with binary data.\n\n## Features\n\n- read primitives in any endianness using `Read` and `TryRead` extension methods for `BinaryReader` and `byte[]`\n- a logged stream that logs read and written regions in a wrapped stream\n  - e.g. reverse-engineering a file format and find what's currently been unexplored in the file by your logic\n\n## CHANGELOG\n\n1.1.2 (11/19/2020)\n- added BinaryReader.ReadToEnd method\n- fixed LogStream.GetRegionsReadIntersect that was returning empty regions for fully read streams\n- added tests project\n- enforced C# 8.0 version so project can still be used in Unity\n- using internal annotations to prevent conflicts, e.g. when using UnityEngine.CoreModule in non-Unity projects\n- don't include XML documentation in repository\n\n1.1.1 (10/2/2020)\n- publishing release configuration instead\n\n1.1.0 (10/2/2020)\n- **breaking changes**\n  - not overloading `System.IO` namespace anymore\n  - not everything has been back ported yet\n  - switching to .NET Standard 2.1\n- better NuGet package with sources and symbols\n- now using T4 templates for code generation\n- version bump to 1.1.0\n- new icon\n\n1.0.* (11/18/2018)\n- seamless reading of integral types in big-endian or little-endian format, environment endianness being irrelevant\n- functions are exposed as extension methods for `BinaryReader` and all integral types\n- endian-aware integral types, just declare structs and read them in one go with `ReadStruct\u003cT\u003e`\n- a `LoggedBinaryReader` that logs read and unread regions, very useful when deciphering some complex file format\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faybe%2Fbinaryextensions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faybe%2Fbinaryextensions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faybe%2Fbinaryextensions/lists"}