work hard
标题 | 阅读 | 评论 | 转发 | 发布日期 | |
---|---|---|---|---|---|
配置文件.profile,.login,.bash_profile和.bashrc的区别 | 3430 | 0 | 3 | 2010-04-14 | |
shell判断文件,目录是否存在或者具有权限 | 10636 | 0 | 0 | 2010-04-05 | |
浅析sh脚本中cat <<_ACEOF和cat >>confdefs.h <<_ACEOF语句原理 | 12162 | 0 | 1 | 2010-04-05 | |
编译多个独立程序的Makefile的一种写法 | 3746 | 2 | 0 | 2010-01-28 | |
VI命令集锦 | 5546 | 3 | 6 | 2009-12-04 | |
shell中使用ftp | 6846 | 0 | 1 | 2009-11-24 | |
正则表达式简介(五) -- 范例 | 2410 | 0 | 0 | 2009-04-29 | |
正则表达式简介(四) -- 使用 Regular Expression 时的注意事项 | 3256 | 0 | 0 | 2009-04-29 | |
正则表达式简介(三) -- 组成 Regular Expression 的元素 | 2847 | 2 | 0 | 2009-04-29 | |
正则表达式简介(二) -- Why Regular Expression | 2751 | 0 | 0 | 2009-04-29 | |
正则表达式简介(一) | 2580 | 0 | 0 | 2009-04-29 |
godbach2015-04-07 19:03
yzh07137:你好,我看了你的这篇关于linux劫持open调用的文章[url]http://bbs.chinaunix.net/thread-1946913-1-1.html[/url](有点久远了)
我在ubuntu12.04.5(内核是3.13.0.20-32-generic)上试验了,结果编译报错了,那个Makefile不能成功执行,提示下面这个错误:
error:'struct pt_regs' has no member named 'ebx';
error:'struct pt_regs' has no member named 'ecx';
error:'struct pt_regs' has no member named 'edx';
error:'TIF_IRET' undeclared(first used in this function);
这是error,还有一些警告,请问是什么原因啊,是因为内核版本的问题吗?
估计应该是版本问题。Linux kernel code 你可以直接看啊,查一下爱对数据局结构是否还有相关成员。
回复 | 举报yzh071372015-04-06 14:36
你好,我看了你的这篇关于linux劫持open调用的文章[url]http://bbs.chinaunix.net/thread-1946913-1-1.html[/url](有点久远了)
我在ubuntu12.04.5(内核是3.13.0.20-32-generic)上试验了,结果编译报错了,那个Makefile不能成功执行,提示下面这个错误:
error:'struct pt_regs' has no member named 'ebx';
error:'struct pt_regs' has no member named 'ecx';
error:'struct pt_regs' has no member named 'edx';
error:'TIF_IRET' undeclared(first used in this function);
这是error,还有一些警告,请问是什么原因啊,是因为内核版本的问题吗?