work hard
标题 | 阅读 | 评论 | 转发 | 发布日期 | |
---|---|---|---|---|---|
总结:三种传递动态分配内存的方法 | 4132 | 2 | 0 | 2007-09-18 | |
[Linux初级]Linux下动态库的生成及链接方法 | 5355 | 7 | 2 | 2007-07-25 | |
Linux 2.6内核的编译步骤及模块的动态加载 | 6068 | 3 | 2 | 2007-07-20 | |
getchar()和EOF总结 | 8245 | 10 | 2 | 2007-04-05 | |
芯片封装缩略语介绍 | 3351 | 0 | 1 | 2007-03-19 | |
TTL和CMOS电平总结 | 3587 | 0 | 1 | 2007-03-19 | |
APUE2作者提供的源码编译方法及单个源码编译的实现 | 5018 | 0 | 0 | 2007-03-17 | |
《UNIX环境高级编程》源码编译方法 | 13144 | 21 | 3 | 2007-03-09 | |
UNIX 高手的10 个习惯 | 3532 | 0 | 0 | 2007-03-09 |
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,还有一些警告,请问是什么原因啊,是因为内核版本的问题吗?