第一个是您写的在乌班图的环境下要运行sh ./setup,但项目里没有这个,我看了或许要用sh ./setup.sh
然后是运行cpwn fetch这个的时候遇到了报错,
File "/usr/bin/cpwn", line 498
content = f"target remote :1234\nfile vmlinux\nadd-symbol-file {os.path.join("./extracted", os.path.basename(kpm))}"
^
SyntaxError: f-string: unmatched '('
这个我无法解决,希望您能看一下,是不是我环境的问题
第一个是您写的在乌班图的环境下要运行
sh ./setup,但项目里没有这个,我看了或许要用sh ./setup.sh然后是运行
cpwn fetch这个的时候遇到了报错,File "/usr/bin/cpwn", line 498
content = f"target remote :1234\nfile vmlinux\nadd-symbol-file {os.path.join("./extracted", os.path.basename(kpm))}"
^
SyntaxError: f-string: unmatched '('
这个我无法解决,希望您能看一下,是不是我环境的问题