mirror of
https://github.com/dobin/SuperMega
synced 2026-06-03 09:37:11 +00:00
4 lines
122 B
C
4 lines
122 B
C
for (int n=0; n<{{PAYLOAD_LEN}}; n++){
|
|
dest[n] = supermega_payload[n];
|
|
dest[n] = dest[n] ^ 0x42;
|
|
} |