This code can output as a file the shuffled list as a "const uint8_t dllBuffer[] = { ... };" format.
Shuffled: const uint8_t dllBuffer[] = { 0x4, 0x0, 0x0, 0x4d, 0x0, 0x0, 0x0, 0x3, 0x90, 0x0, 0x0, 0x5a };
Original: const uint8_t dllBuffer[] = { 0x4d, 0x5a, 0x90, 0x0, 0x3, 0x0, 0x0, 0x0, 0x4, 0x0, 0x0, 0x0 };