1、sudo apt-get install qemu 后,运行arm文件pwn,报错 /lib/ld-linux-armhf.so.3: No such file or directory,如图:

ubuntu 执行 arm 程序显示:/lib/ld-linux-armhf.so.3: No such file or directory

2、下载 libc6-armhf-cross, ubuntu命令:sudo apt-get install libc6-armhf-cross

下载成功后usr目录下,会有 arm-linux-gnueabihf 文件夹,如图:

ubuntu 执行 arm 程序显示:/lib/ld-linux-armhf.so.3: No such file or directory

 

3、指定lib环境运行,qemu-arm -L /usr/arm-linux-gnueabihf/ ./pwn,没有报错了

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-13
猜你喜欢
  • 2021-04-05
  • 2022-12-23
  • 2021-09-18
  • 2022-03-05
  • 2022-01-02
  • 2022-12-23
相关资源
相似解决方案