RJ
RJ
CC#
Created by RJ on 8/9/2023 in #help
❔ Runtime Endianness for Reading Structured Binary Data
Awesome, thank you so much for that! I will look through these and see how I can fit it into my goals
25 replies
CC#
Created by RJ on 8/9/2023 in #help
❔ Runtime Endianness for Reading Structured Binary Data
There's no restriction on the method I used to go from binary on disk -> object, so any libraries that could help would be appreciated. I'm new to the C# ecosystem, so not familiar with the usual suspects when it comes to this
25 replies
CC#
Created by RJ on 8/9/2023 in #help
❔ Runtime Endianness for Reading Structured Binary Data
Thanks, y'all!
25 replies
CC#
Created by RJ on 8/9/2023 in #help
❔ Runtime Endianness for Reading Structured Binary Data
The endianness of the stream I'm reading is not necessarily that of the host system. It's encoded in a file at a specific location, I read that to determine the endianness of the file, then have to adjust the loads accordingly.
25 replies
CC#
Created by RJ on 8/9/2023 in #help
❔ Runtime Endianness for Reading Structured Binary Data
Ah, gotcha. Okay, well thanks for the info! Figured I'd ask before writing code haha
25 replies