little-endian
There are 52 repositories under little-endian topic.
jkolb/Lilliput
Low overhead byte encoding/decoding for Swift
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.
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.
denismakogon/omega2-apps
Onion Omega 2 IoT MIPS32LE projects
aokihu/quick-struct
Parse c struct and translate binary data to javascrip object
rust-osdev/endian-num
Byte-order-aware numeric types.
chrisnevers/bitlib
0️⃣ 1️⃣ OCaml library for bit/byte operations
DaanV2/DaanV2.NBT.Net
A NBT library for reading and writing nbt files/data, with support for little or big endian
Sajjon/BytePattern
A pattern finder for bytes
NeoResearch/csbiginteger-py
C# BigInteger implementation on Python
r0075h3ll/Endomorph
Convert little-endian to big-endian and vice-versa
aleksey-nikolaev/endianness
Endianness is very simple, light, header-only library designed to reduce conversions between big-endian and little-endian data
fab2s/Bom
A purely static zero dependencies Helper to handle unicode BOMs
keirakaitlynn/BinaryFileHexEditor
An interactive program to allow the user to change a character's stats & items to whatever values they want in Ultima V (must download & run via DOSBox to play) by reading & modifying bytes at specific addresses / offsets in the original game's files (SAVED.GAM). (HxD-autosetter.py can be ignored; This is an extra file originally written to change the stats of all 16 characters to 99, or 999 for some, & requires HxD.exe to execute since it implements OS & Key.Controller).
NeoResearch/csBigInteger
C# BigInteger spec ports to other languages
stdlib-js/os-float-word-order
Platform float word order.
with-developer/Packet-Capture
pcap project
Bread-Experts-Group/byteflip
Byte flipper for modular types
Grandbrain/PortableEndian
PortableEndian is a set of macros to convert the byte encoding of integer values
jarvma18/js-ieee754
Javascript IEEE-754 converter
make-github-pseudonymous-again/js-integer-little-endian
:mouse2: Arbitrary precision arithmetic for integers in little-endian order for JavaScript
OlivierLDff/LibEndian
A cross platform C++ library to finally get rid of binary serialization issues.
sizet/md5
MD5 演算法, 計算字串或檔案的雜湊值.
stdlib-js/array-fixed-endian-factory
Return a typed array constructor for creating typed arrays having a specified byte order.
stdlib-js/array-fixed-endian-float32
Float32Array having a specified byte order.
stdlib-js/array-fixed-endian-float64
Float64ArrayFE.
stdlib-js/array-little-endian-factory
Return a typed array constructor for creating typed arrays stored in little-endian byte order.
stdlib-js/array-little-endian-float32
Float32Array in little-endian byte order.
stdlib-js/array-little-endian-float64
Float64Array in little-endian byte order.
stdlib-js/os-byte-order
Platform byte order.
aperfilev/BinaryTools
BinaryTools is a Java library designed to simplify reading and writing binary data from various sources
NeuralCortex/Endianness_Changer
Converts Data from BigEndian to LittleEndian and vice versa.
prototype-php/byte-buffer
A tool to write and read bytes using protobuf serialization encoding (readonly subsplit of monorepo)
SAMAKAKI/FileConvertor
File convertor to decimal, binary, octal, hex or little endian.
stdlib-js/array-byte-orders
List of byte orders.
Zhuagenborn/Cpp-Struct-Byte-Order-Converter
⚒ A script used to generate byte reversing functions for a C/C++ structure.