Day 24 solved (forgot to push)
This commit is contained in:
parent
b20d9ec51d
commit
5b373c24ad
BIN
Day 24/brcmfmac43430-sdio.bin
Normal file
BIN
Day 24/brcmfmac43430-sdio.bin
Normal file
Binary file not shown.
6
Day 24/decode.py
Normal file
6
Day 24/decode.py
Normal file
@ -0,0 +1,6 @@
|
||||
BUFFER = list(bytes.fromhex("09BC313A681AAB7247867EE64A1D6F042E74500D78063E"))
|
||||
|
||||
with open("rom.bin", "rb") as f:
|
||||
BUFFER2 = list(f.read(len(BUFFER)))
|
||||
|
||||
print("".join(chr(BUFFER[i] ^ BUFFER2[i]) for i in range(len(BUFFER))))
|
BIN
Day 24/rom.bin
Normal file
BIN
Day 24/rom.bin
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user