DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
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
COMMENT
Name
4+8 =
Submit