02 2018 档案
linux 调试技巧
摘要:1、添加log printf("\033[1;43m %s,%s,%d\033[0m\n",__FILE__,__FUNCTION__,__LINE__); FILE:文件名 FUNCTION:函数名 LINE:代码所在文件行数 阅读全文
posted @ 2018-02-26 17:21 Malphite 阅读(226) 评论(0) 推荐(0)
exec函数族
摘要:1、execve执行脚本 execve.c 阅读全文
posted @ 2018-02-26 00:36 Malphite 阅读(178) 评论(0) 推荐(0)