Length Attribute
Length attributes are typically specified in bytes or characters depending on the element in question. This differs from size attributes which are typically specified in bits.
Byte array length in bytes:
<Blob length="10" />
String length in characters:
<String length="5" />
<String type="wchar" length="10" />
Peach Fuzzing Platform