blah blah blah is here! blah blah » Close

0
votes
2 answers

How to reverse a String

Hi I have read a binary file at a certain offset and stored it in a string. What I want to know is how to change it from little endian to big endian... So I have stored D159FBFF but want it to be changed to FFFB59D1 ... How would I go ab ...

0
votes
0 answers

Writing to an array

Hi there, I have written this piece of code in C# so that it reads binary from a file at a given offset, however how would I go about storing the bytes in an array so that I could convert from Little Endian to Big Endian? Here's my co ...

Feedback