Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to read a .exe file in python

f = open('filename.exe', 'r+b') //'r+b' means read and write binary
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #read #file #python
ADD COMMENT
Topic
Name
9+4 =