代码如下:
import pefile,sys,os,string,shutil,re pe_path = sys.argv[1] pe = pefile.PE(pe_path) print pe_path print pe
可是print pe总是报错如图