1
vote
3answers
1k views
c# Detect xml encoding from Byte Array?
Well i have a byte array, and i know its a xml serilized object in the byte array is there any way to get the encoding from it?
Im not going to deserilize it but im saving it in a xml field on a sql …
1
vote
4answers
222 views
What is the best way to learn about twiddling with binary data?
What is the best way to learn about twiddling with binary data?
Mainly what I'm referring to here is learning to reading/writing file existing file formats that are in binary.
I saw one of my …
1
vote
4answers
1k views
getting an Int/short/byte structure byte representation with C#
Given a FieldInfo object and an object, I need to get the actual bytes representation of the field. I know that the field is either int,Int32,uint,short etc.
How can I get the actual byte …
4
votes
6answers
217 views
How would you go about reverse engineering a set of binary data pulled from a device?
A friend of mine brought up this questiont he other day, he's recently bought a garmin heart rate moniter device which keeps track of his heart rate and allows him to upload his heart rate stats for a …
