[求助]gdb-multiarch远程调试mips架构的路由器固件,老是提示warning: GDB can't find the start of the function at ~
远程端:
sudo chroot . ./qemu-mipsel-static -L . -g 12345 ./bin/httpd
调试端:
gdb-multiarch
set architecture mips
target remote 192.168.164.144:12345
另外,也访问不了远程端的80端口