Saving an initial python script for parsing states.
This commit is contained in:
parent
ed5b684eb1
commit
600333eeaf
1 changed files with 4 additions and 0 deletions
4
test.py
Normal file
4
test.py
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
with open('data/0.bin', 'rb') as f:
|
||||||
|
data = f.read()
|
||||||
|
|
||||||
|
print(hex(int.from_bytes(data, byteorder='little', signed=False)))
|
Reference in a new issue