shinery.wordpress.com
Linux Kernel's Real-Time Patch Research | Experiences make me stronger!!! | Page 2
https://shinery.wordpress.com/page/2
Linux Kernel's Real-Time Patch Research. Experiences make me stronger! May 25, 2010 by shinery. 作者 豌豆与花妮 回复日期 2010-03-12 23:27:34. 作者 verylovelyo 回复日期 2010-03-19 09:30:10. 呵呵 出成绩前我每天都去虔诚祈福 后来终于以公司第一高分过啦 还愿之. 作者 长短亭31 回复日期 2010-03-22 09:04:32. 作者 风在左右 回复日期 2010-03-28 21:09:06. 晚上十 点开始看,入定状态,看得左鼻孔流血,堵之 右鼻孔再流,再堵,最后张着大嘴,点着蜡烛看了几百页书,记不清页数了,反正是很厚,然后在开考前几分钟坐在 考场手捧课本看完最后一页及格。 作者 maomj 回复日期 2010-03-29 01:15:34. 作者 爱琴海的寓言 回复日期 2010-03-29 04:50:29. 作者 era306603993 回复日期 2010-03-29 09:36:56. 为了出国考雅思,那个时候已经工作了两年,英语都丢得差...
xfocus.net
Windows XP 核心驱动 AFD.sys 本地权限提升漏洞分析(ms08066)
http://www.xfocus.net/articles/200810/986.html
Windows XP 核心驱动 AFD.sys 本地权限提升漏洞分析(ms08066). Sinister at whitecell.org). Homepage: http:/ www.whitecell.org. AfdGetRemoteAddress 中,当传入的第7个参数为 0 的时候,ProbeForWrite的检查形同虚设了。 注意第六个参数 PVOID Address, 它是由 Irp- UserBuffer 传入的,而 SIZE T Length 为. OutputBufferLength,那么如果在 DeviceIoControl 中的 OutputBuffer 设置成内核需要写. 的地址,OutputBufferLength 设置为 0,并设置正确的 IoDeviceCode 即可触发这个漏洞. PAGE:00017D17 ; int stdcall AfdGetRemoteAddress(int,int,char,int,int,PVOID Address,SIZE T Length,int). PAGE:00017D17 var 24 = dword ptr -24h.
shinery.wordpress.com
May | 2010 | Linux Kernel's Real-Time Patch Research
https://shinery.wordpress.com/2010/05
Linux Kernel's Real-Time Patch Research. Experiences make me stronger! Archive for May, 2010. Cascade() further more…. Posted in RT-Linux thesis. On May 27, 2010 Leave a Comment. Thanks to : Linux 时钟处理机制. 函数 run timer softirq 所作的工作就是: 找出所有到期的软件时钟,然后依次执行其处理函数。 Static void run timer softirq(struct softirq action *h). Struct tvec base *base = get cpu var(tvec bases);. Hrtimer run pending();. If (time after eq(jiffies, base- timer jiffies). 函数首先获得到本地 CPU 的 base。 接下来看一下函数 run timers 都作了些什么:. List empty(head) ...