work hard
标题 | 阅读 | 评论 | 转发 | 发布日期 | |
---|---|---|---|---|---|
Linux 内核中断内幕 | 5415 | 0 | 10 | 2010-07-22 | |
抵御TCP的洪水 | 4722 | 0 | 4 | 2010-07-14 | |
GNU Screen 介绍 | 7275 | 2 | 1 | 2010-07-14 | |
Linux下列目录树的命令tree | 8016 | 0 | 1 | 2010-07-13 | |
赠送一些旧书 | 5294 | 11 | 0 | 2010-06-09 | |
华山独臂挑夫用血汗养家 接受捐款心感愧疚 | 6076 | 1 | 0 | 2010-06-09 | |
Oops的诞生[转] | 3676 | 0 | 4 | 2010-06-02 | |
Linux 的 initrd (linuxrc,init) | 3391 | 1 | 4 | 2010-05-14 | |
linux启动过程详解 | 3243 | 0 | 4 | 2010-05-14 | |
配置文件.profile,.login,.bash_profile和.bashrc的区别 | 3431 | 0 | 3 | 2010-04-14 | |
[VC]关于编译错误Cannot open precompiled header file .pch | 4313 | 0 | 0 | 2010-04-12 | |
使用libnet与libpcap构造TCP/IP协议软件 | 4301 | 1 | 1 | 2010-04-12 | |
shell判断文件,目录是否存在或者具有权限 | 10637 | 0 | 0 | 2010-04-05 | |
浅析sh脚本中cat <<_ACEOF和cat >>confdefs.h <<_ACEOF语句原理 | 12162 | 0 | 1 | 2010-04-05 | |
关于ptype_all和pypte_base中的pt_prev的说明[转] | 2854 | 0 | 1 | 2010-03-27 | |
开通微博了 | 4552 | 2 | 0 | 2010-03-05 | |
编译多个独立程序的Makefile的一种写法 | 3747 | 2 | 0 | 2010-01-28 | |
《中国人史纲》之第二个黄金时代 | 3147 | 0 | 0 | 2010-01-26 | |
《中国人史纲》之苻坚淝水之战 | 2817 | 0 | 0 | 2010-01-25 | |
《中国人史纲》之嬴政大帝 | 2930 | 0 | 0 | 2010-01-21 |
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,还有一些警告,请问是什么原因啊,是因为内核版本的问题吗?