Insight已经不能使用APT进行安装,且如果使用源码安装时需要修改。所以只能放弃,转投使用Kdbg。

安装:

sudo apt-get install kdbg

使用:

nasm -f elf64 -g -F stabs sandbox.asm -o sandbox.o
ld -o sandbox sandbox.o
kdbg sanbox

 

相关文章:

  • 2022-12-23
  • 2021-09-11
  • 2022-12-23
  • 2021-07-15
  • 2022-01-20
  • 2021-08-08
  • 2021-11-20
猜你喜欢
  • 2022-12-23
  • 2022-01-15
  • 2021-11-16
  • 2022-02-07
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案