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,3 @@
|
||||
for(int n=0; n<11223344; n++) {
|
||||
dest[n] = supermega_payload[n];
|
||||
}
|
||||
for (int n=0; n<11223344; n++) {
|
||||
dest[n] = supermega_payload[n];
|
||||
}
|
||||
Reference in New Issue
Block a user