mirror of
https://github.com/dobin/SuperMega
synced 2026-06-03 01:27:11 +00:00
feature: xor'd payload
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
for (i=0; i<11223344; i++){
|
||||
dest[i] = supermega_payload[i] ^ 0x42;
|
||||
}
|
||||
for (int n=0; n<11223344; n++){
|
||||
dest[n] = supermega_payload[n];
|
||||
dest[n] = dest[n] ^ 0x42;
|
||||
}
|
||||
Reference in New Issue
Block a user