endianness
There are 77 repositories under endianness topic.
kstenerud/bo
The Swiss army knife of data examination and manipulation
patrickfav/bytes-java
Bytes is a utility library that makes it easy to create, parse, transform, validate and convert byte arrays in Java. It supports endianness as well as immutability and mutability, so the caller may decide to favor performance.
m4b/scroll
Scroll - making scrolling through buffers fun since 2016
dermesser/integer-encoding-rs
Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides synchronous and asynchronous Write/Read types for easily writing/reading integers.
svperbeast/struct
pack and unpack binary data.
farukeryilmaz/bytepack
C++ Binary Serialization Made Easy: Header-only, configurable endianness, cross-platform, no IDL, no exceptions, and no macros
jkolb/Lilliput
Low overhead byte encoding/decoding for Swift
steinwurf/endian
C++ library for conversion between big and little endian data representations.
Kermalis/EndianBinaryIO
A C# library that can read and write primitives, enums, arrays, and strings to streams and byte arrays with specified endianness, string encoding, and boolean sizes.
Manderby/NALib
General purpose C sourcecode collection
Enet4/byteordered
A Rust library for reading and writing data with byte order awareness.
sandialabs/Gulliver
Gulliver is a C# utility package and library engineered for the manipulation of arbitrary sized byte arrays accounting for appropriate endianness and jagged byte length.
xoac/endian_codec
Endianness trait with derive procedural macro.
aybe/BinaryExtensions
Types and extension methods to deal with binary data.
Borewit/token-types
A primitive token library used to read from, and to write a node Buffer
alexfru/TypeTraitsInC
Type Traits in C
johnnovak/nim-binstreams
Endianness aware binary streams for Nim
dlang-community/tinyendian
Lightweight endianness library for D
zbjornson/node-bswap
Fast byte swapping for Node.js and browsers
aziascreations/PB-Utils
A collection of small independent includes for your PureBasic programs that aim to provided some missing and important functionalities.
circulosmeos/triops
triops: a multiplatform command-line encryption tool using CHACHA + KECCAK
snowberry-software/Snowberry.IO
Binary reader and writer that supports different endian types.
rossmacarthur/eio
Read and write numbers in big-endian and little-endian
rlespinasse/byteslice
Manipulate of byte slices with endianness ordering support
smx-smx/php-struct
Struct implementation in PHP. It supports decoding binary files.
dolmen-go/endian
Gives endianness of the GOARCH
Frago9876543210/endiannezz
Zero dependencies library for I/O endianness on high-level
Zamuhrishka/MicroToolbox
Various small helper functions are useful for firmware development.
AssetRipper/AssetRipper.IO.Endian
A library for reading and writing data with varying endianess
ckerr/buffy
An embeddable, MIT-licensed, C-language, zero-dependency memory buffer class inspired by libevent's evbuffer. It consists of just a few files that can be dropped into your own project as-is.
dagronf/BytesParser
A simple byte-oriented parser/writer. Read and write formatted values to/from binary blobs/files with ease!
OlimilO1402/Syst_EBinReaderWriter
Binary reader and writer with respect to endianness
pektezol/bitreader
The simplest bit reader library with big/little-endian support for Golang.
r0075h3ll/Endomorph
Convert little-endian to big-endian and vice-versa
tcunning/DotNet.Plus
A cross platform .NET Standard Library that has a foundational set of additions and extensions.
vmsaif/readingAndInterpretingBinary
This program reads and interprets ELF formatted binary files, extracting and printing information such as the file's bitness, endianness, and ABI, as well as the entry point and program header table. It also prints segment and section types, virtual addresses, and sizes, as well as the first 32 bytes of actual segment and section data.