注册 登录
自由的生活_软路由 返回首页

心想事成的个人空间 https://bbs.routerclub.com/?681 [收藏] [复制] [分享] [RSS]

日志

分享 拓展训练有感
2013-9-12 21:27
以前只是听说过拓展训练,但没有亲身体验。 这次参加培训班,学校组织到一处拓展训练基地去,经历了一天半的磨炼。 到了那个地方,几个教官搞了些半军事化的要求,颇感觉不伦不类。 在会议室训了半天,不断的引申,不断的强化,不断的灌输。再做一个蛟龙出海的游戏,这个游戏兴致倒要高一些,然后又调教要沟通、协调之 ...
1217 次阅读|0 个评论
分享 江西游
2013-9-11 22:24
一直以来,江西在新闻中都不多见,偶对它的印象亦不多。只是在查阅家谱时,了解到偶们的先祖是江西迁湖广,湖广再迁四川、重庆。所以偶们的族谱上记载最先的发源地多半是江西的泰和县、还有什么瓦屑坝,这也是偶们都称“江西老表”的原因。江西还是风水堪舆的发源地,形峦派”风水地理祖师杨救贫的风水术传授给赣南的曾公 ...
1325 次阅读|0 个评论
分享 一个有趣的东东: rump kernel
2013-8-31 20:11
最近在搜索dpkk时,发现一个有趣的东东:rump kernel。 他是netbsd下一个有用的功能。 介绍在: http://www.netbsd.org/docs/rump/ https://github.com/anttikantee/buildrump.sh 通过它,可以将netbsd内核中的一部分模块比如tcp/ip协议栈、文件系统放到其它系统上, 比如linux、Solaris系统中,作为用户进程执行 ...
6749 次阅读|0 个评论
分享 用户模式的tcp/ip协议栈
2013-8-31 19:06
http://savannah.nongnu.org/projects/lwip/ https://code.google.com/p/tcp-ip-in-user-space/ http://www.ohloh.net/p/tcp-ip-in-user-space http://www.ioremap.net/projects/unetstack http://www.joerch.org/tcpip/ http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.167.2757
1725 次阅读|0 个评论
分享 linux内核新补丁:SYNPROXY target
2013-8-31 18:22
在lwn.net上,已经有人提供了SYNPROXY target这个补丁,让内核可以支持syn 代理了。 补丁代码包含了完整的发送自定义数据包的方法,可以参照借鉴。 The SYNPROXY target allows you to intercept TCP connections andestablish them using syncookies before they are passed on to theserver. This allows to avoid ...
1730 次阅读|0 个评论
分享 再说mips函数劫持二
2013-8-14 22:59
才搜索到一个博客,原来国外的牛人已经有人在做这个了。 地址是: http://jan.stancek.eu/mips_function_runtime_detour 还是转过来 /* * detour for malloc on mips * (c) Jan Stancek, May 2010 * * At runtime, malloc beginning is overwritten to jump to my_malloc, * libc_malloc will jump to tramp ...
1981 次阅读|1 个评论 热度 1
分享 detour in mips assembly
2013-8-14 22:55
Problem was, that addiu is "Add immediate unsigned", but immediate is still taken as sign-extended value, so the sign-bit is most likely ignored when adding the number. I changed the code to use "addu" and it works . This is the new disassembled code: ( Toggle Plain Text ) Dump of ...
1369 次阅读|0 个评论
分享 再谈劫持mips里的函数
2013-8-14 22:37
我之前在这篇文章(http://bbs.routerclub.com/blog-681-7070.html)里介绍了劫持mips的函数,但是是for mipsl的,现在要针对mipsb的代码 需要将jmp数组里的字节码反转一下。 汇编函数仍然不变,通过as命令 lui $25,0x3000 li $1,0x0 addu $25,$25,$1 jr $25 nop 再通过ida反编译后,可以看到数组: 3C 19 30 ...
1524 次阅读|0 个评论

本页有 2 篇日志因作者的隐私设置或未通过审核而隐藏

QQ|Archiver|手机版|小黑屋|软路由 ( 渝ICP备15001194号-1|渝公网安备 50011602500124号 )

GMT+8, 2024-4-27 14:57 , Processed in 0.195694 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.5 Licensed

© 2001-2023 Discuz! Team.

返回顶部