Simone Cascioli

Results 1 issues of Simone Cascioli

``` Traceback (most recent call last): File "HackTheWorld.py", line 151, in transformedShellcode = xor(shellcodeBytes, masterKey) File "HackTheWorld.py", line 43, in xor (data[i] ^ keyAsInt[i % l]) for i in range(0,len(data))...