# Test file with binary content
data = b'\x00\x01\x02\x03\x04'
# More binary:    
def process_binary():
    return b'\xff\xfe\xfd'  