mirror of
https://github.com/dobin/SuperMega
synced 2026-06-03 01:27:11 +00:00
refactor: new data/ structure
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// Single byte XOR key
|
||||
for (int n=0; n<{{PAYLOAD_LEN}}; n++){
|
||||
dest[n] = supermega_payload[n];
|
||||
dest[n] = dest[n] ^ {{XOR_KEY}};
|
||||
}
|
||||
Reference in New Issue
Block a user