mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +00:00
4 lines
115 B
C
4 lines
115 B
C
for (int n=0; n<11223344; n++){
|
|
dest[n] = supermega_payload[n];
|
|
dest[n] = dest[n] ^ 0x42;
|
|
} |