Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

read binary file python

file = open("sample.bin", "rb")
binary_data = file. read()
 
PREVIOUS NEXT
Tagged: #read #binary #file #python
ADD COMMENT
Topic
Name
8+5 =