Skip to content

Instantly share code, notes, and snippets.

@furusiyya
Created January 2, 2017 22:19
Show Gist options
  • Save furusiyya/c47c467a6a445f45e84a1c0b0fedd9cb to your computer and use it in GitHub Desktop.
Save furusiyya/c47c467a6a445f45e84a1c0b0fedd9cb to your computer and use it in GitHub Desktop.
Actual Mirai obfuscation.
for (i = 0; i < *len; i++)
{
 cpy[i] ^= 0xDE;
 cpy[i] ^= 0xAD;
 cpy[i] ^= 0xBE;
 cpy[i] ^= 0xEF;
}
(facepalm)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment