work hard
标题 | 阅读 | 评论 | 转发 | 发布日期 | |
---|---|---|---|---|---|
Linux内核NULL指针引发的BUG(一)--介绍 | 4240 | 0 | 3 | 2010-01-13 | |
Linux内核IP Queue机制的分析(三)——ip_queue内核模块的分析(下) | 4252 | 2 | 7 | 2010-01-04 | |
Linux内核IP Queue机制的分析(三)——ip_queue内核模块的分析(中) | 4655 | 0 | 8 | 2010-01-04 | |
Linux内核IP Queue机制的分析(三)——ip_queue内核模块的分析(上) | 7328 | 3 | 11 | 2010-01-04 | |
Linux双网卡搭建NAT服务器 | 8114 | 0 | 4 | 2010-01-04 | |
HTTP 协议的User-Agent相关信息 | 1938 | 0 | 0 | 2010-01-04 | |
Linux内核中的seq操作 | 2410 | 0 | 1 | 2009-12-08 | |
Linux用户空间获取系统调用表地址的方法 | 4103 | 0 | 2 | 2009-12-04 | |
Linux下实现劫持系统调用的总结(下)--原理分析 | 4552 | 3 | 5 | 2009-12-02 | |
Linux下实现劫持系统调用的总结(上)--代码及实现 | 6308 | 7 | 7 | 2009-12-02 | |
深刻体会了MIPS和X86的区别 | 12806 | 6 | 2 | 2009-11-24 | |
被Oops搞 | 1934 | 4 | 0 | 2009-11-19 | |
定位Oops的具体代码行 | 2416 | 0 | 4 | 2009-11-18 | |
Linux内核Makefile文件 | 2219 | 0 | 3 | 2009-11-09 | |
关于转载《Linux内核中流量控制》系列文章的说明 | 3307 | 0 | 0 | 2009-11-03 | |
Linux内核中流量控制(3) | 4466 | 2 | 3 | 2009-11-02 | |
Linux内核中流量控制(2) | 2870 | 0 | 3 | 2009-11-02 | |
Linux内核中流量控制(1) | 4094 | 0 | 3 | 2009-11-02 | |
Netfilter CONNMARK用法及分析(二)-- 内核代码分析 | 8642 | 4 | 8 | 2009-10-31 | |
Netfilter CONNMARK用法及分析(一)-- iptables命令行的使用 | 14704 | 0 | 10 | 2009-10-30 |
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,还有一些警告,请问是什么原因啊,是因为内核版本的问题吗?