Changes

Jump to: navigation, search

Programming:Unlocking ASIC

48 bytes removed, 30 March
/* Algorithm */
while True:
out(b, a)
d = a a = (((a << 2 >> 1) & 0x77) | ((((a >> 6) ^ d7) & 0x7F1) ^ d d = (d (a >> 4) & 1 | d )) << 7) & 0xFF a = | ((((a << 1 | a >> 71) & 1) ^ (a& 1) ^ d) & 0x88<< 3) ^ d
if a == c: break
def out(port, value):
print(f"Port: {hex(port)}xx Out: {hex(value)}")
unlock_asic()
11,734
edits