码迷,mamicode.com
首页 > 数据库 > 详细

Ubuntu 16.04安装Kdbg替代Insight实现汇编的调试

时间:2017-07-24 23:38:26      阅读:367      评论:0      收藏:0      [点我收藏+]

标签:bsp   code   替代   logs   tabs   apt-get   调试   sandbox   and   

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

 

Ubuntu 16.04安装Kdbg替代Insight实现汇编的调试

标签:bsp   code   替代   logs   tabs   apt-get   调试   sandbox   and   

原文地址:http://www.cnblogs.com/EasonJim/p/7231395.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!