我只是用pwntools运行了一个python文件来制作shellcode,然后运行py文件后,它显示出“ doc ”文件的丢失
我曾尝试升级pwntools,但没有成功,该怎么办
File "/home/lordriot/.local/lib/python2.7/site-packages/pwnlib/shellcraft/__init__.py", line 34, in __init__
with open(os.path.join(self._absdir, "__doc__")) as fd:
IOError: [Errno 2] No such file or directory: '/home/lordriot/.local/lib/python2.7/site-packages/pwnlib/shellcraft/templates/aarch64/__doc__'