Hello,
for storing the byte array you could use QByteArray::toHex() to convert it to a hex representation. When loading, apply QByteArray::fromHex() get back the binary representation. With this approach your output file can be edited with any editor.
Best regards
ars
Bookmarks