work hard
标题 | 阅读 | 评论 | 转发 | 发布日期 | |
---|---|---|---|---|---|
关于ptype_all和pypte_base中的pt_prev的说明[转] | 2897 | 0 | 1 | 2010-03-27 | |
开通微博了 | 4606 | 2 | 0 | 2010-03-05 | |
编译多个独立程序的Makefile的一种写法 | 3802 | 2 | 0 | 2010-01-28 | |
《中国人史纲》之第二个黄金时代 | 3238 | 0 | 0 | 2010-01-26 | |
《中国人史纲》之苻坚淝水之战 | 2885 | 0 | 0 | 2010-01-25 | |
《中国人史纲》之嬴政大帝 | 2993 | 0 | 0 | 2010-01-21 | |
一个简单的文件系统实现及代码 (Ramdisk) | 4221 | 3 | 0 | 2010-01-21 | |
udp_sendmsg漏洞(二)--剖析漏洞产生的原因 | 3736 | 0 | 1 | 2010-01-19 | |
udp_sendmsg漏洞(一)--介绍 | 2566 | 0 | 1 | 2010-01-19 | |
Snort 入侵检测系统源码分析 | 5206 | 0 | 3 | 2010-01-19 | |
编程实践setuid root | 3161 | 0 | 0 | 2010-01-14 | |
Linux内核NULL指针引发的BUG(四)--对SElinux的看法 | 2822 | 0 | 3 | 2010-01-13 | |
Linux内核NULL指针引发的BUG(三)--源码 | 2965 | 1 | 3 | 2010-01-13 | |
Linux内核NULL指针引发的BUG(一)--介绍 | 4308 | 0 | 3 | 2010-01-13 | |
使用svn merge实现回退版本 | 12351 | 0 | 2 | 2010-01-11 | |
Linux内核IP Queue机制的分析(三)——ip_queue内核模块的分析(下) | 4314 | 2 | 7 | 2010-01-04 | |
Linux内核IP Queue机制的分析(三)——ip_queue内核模块的分析(中) | 4705 | 0 | 8 | 2010-01-04 | |
Linux内核IP Queue机制的分析(三)——ip_queue内核模块的分析(上) | 7415 | 3 | 11 | 2010-01-04 | |
Linux双网卡搭建NAT服务器 | 8195 | 0 | 4 | 2010-01-04 | |
HTTP 协议的User-Agent相关信息 | 1985 | 0 | 0 | 2010-01-04 |
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,还有一些警告,请问是什么原因啊,是因为内核版本的问题吗?