work hard
(145)
(1)
(1)
(1)
(12)
(3)
(9)
(34)
(55)
(20)
(9)
发布时间:2016-03-18 00:44:39
haproxy 介绍及实践。......
发布时间:2014-04-10 14:22:02
there are a lot of misunderstandings of memory management on linux, leading to a lot of bad software that fails to robustly handle low-memory conditions. this all stems from a basic myth:on linux, malloc never fails. it always returns a pointer to allocated memory, but later you.........
发布时间:2013-09-03 09:53:49
......
发布时间:2013-08-02 14:04:27
linux内核hlist分析......
发布时间:2013-07-31 12:28:15
......
2018-07-24 11:11
你好,我现在使用libnetfilter_queue在用户态修改数据包。在测试过程中发现一个问题:勾取的数据包长度假使为最大mtu,添加来一些加密信息后必须拆分两包发送。但是使用nfq_set_verdict这个函数同一个id 好像只能发送一个包。
我的代码全部在用户态实现的,查看官方文档和网上资料并没有发现有在用户态分包的相关api。这种情况应该怎么在用户态把一个数据包拆分成两个包发送呢?
2016-05-04 16:06
你好,看了你有发表netfilter 下http内容的过滤讨论,我正好在开发相关东西,不太了解怎么样在netfilter下面获取http内容,比如http头等信息,不知道大哥有没有相关源码,谢谢了,可以的话能否发一份到 cool168@qq.com
2015-09-27 01:37
godbach:估计应该是版本问题。linux kernel code 你可以直接看啊,查一下爱对数据局结构是否还有相关成员。
不好意思,现在才看到私信,其实那时候我看了下的,发现确实是没有这个成员了,但是不知道如何修改,因为后面还涉及到这几个寄存器了。感觉应该是3.13的内核上这个漏洞不存在了
|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 你可以直接看啊,查一下爱对数据局结构是否还有相关成员。
|2015-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,还有一些警告,请问是什么原因啊,是因为内核版本的问题吗?