Files
SuperMega/plugins/decoder/xor_1.c
T
2024-02-10 13:43:35 +00:00

3 lines
72 B
C

for (i=0; i<11223344; i++){
dest[i] = supermega_payload[i] ^ 0x42;
}