如何解决在Fedora上的make menuconfig中编译Linux时出现的以下错误:
$ make menuconfig
Makefile:323: /home/user/linux-3.12.6/scripts/Kbuild.include: No such file or directory
make: *** empty variable name. Stop.
我正在尝试一个二进制利用挑战,但我甚至还没有抽出时间来尝试利用它,因为我在使用pwntools时遇到了一些问题。
我的代码目前非常简单:
from pwn import *
p = process("./restaurant")
gdb.attach(p)
但是,当它使用gdb (带有pwndbg扩展名)启动时,我会看到以下内容
Reading symbols from ./restaurant...
(No debugging symbols found in ./restaurant)
Attaching to program: /home/dnw/Desktop/htb/