Created
August 22, 2016 07:16
-
-
Save levisre/eef06125a0a2bf5dfb7c3972a10f8040 to your computer and use it in GitHub Desktop.
LabyREnth Windows #1 - AntiD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a=[0x8C,0xF1,0x53,0xA3,0x08,0xD7,0xDC,0x48,0xDB,0x0C,0x3A,0xEE,0x15,0x22,0xC4,0xE5,0xC9,0xA0,0xA5,0x0C,0xD3,0xDC,0x51,0xC7,0x39,0xFD,0xD0,0xF8,0x3B,0xE8,0xCC,0x03,0x06,0x43,0xF7,0xDA,0x7E,0x65,0xAE,0x80] | |
s = "" | |
d = 0 | |
for i in a: | |
s += chr((((((i^(d&0x000000FF))+0x66)^0x55)-0x44)^0x33)&0x000000FF) | |
d += i | |
print s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment