xieshang / AutoSpy

Other
257 stars 62 forks source link

执行python3 auto_spy_bot2.py报 [Errno 2] No such file or directory: 'auto_spy.so_x86_64' #40

Open wgxatc opened 1 year ago

wgxatc commented 1 year ago

root@auto_spy:/autospy# python3 auto_spy_bot2.py sys info:uname_result(system='Linux', node='auto_spy', release='3.10.0-1160.71.1.el7.x86_64', version='#1 SMP Tue Jun 28 15:37:28 UTC 2022', machine='x86_64', processor='') Traceback (most recent call last): File "auto_spy_bot2.py", line 18, in shutil.copy("auto_spy.so_x86_64", "auto_spy.so") File "/usr/local/lib/python3.6/shutil.py", line 245, in copy copyfile(src, dst, follow_symlinks=follow_symlinks) File "/usr/local/lib/python3.6/shutil.py", line 120, in copyfile with open(src, 'rb') as fsrc: FileNotFoundError: [Errno 2] No such file or directory: 'auto_spy.so_x86_64'

liwenjie119 commented 1 year ago

仓库删除了这个文件不支持x86了,只保留了64位的auto_spy.so_x86_64_2,但是auto_spy_bot.py未做修改还会检测这个文件,如果是64位的系统创建个空白文件命名为auto_spy.so_x86_64就行