会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
人,唯一剥夺不了的,只有知识
知识就是希望
2017年12月7日
netstat -ln
摘要: 查看协议 bind port
阅读全文
posted @ 2017-12-07 22:45 lydstory
阅读(134)
评论(0)
推荐(0)
编辑
网络收发包测试
摘要: http://www.cppblog.com/jerryma/archive/2009/07/23/90947.html 归零:用最简单的程序测试
阅读全文
posted @ 2017-12-07 22:32 lydstory
阅读(200)
评论(0)
推荐(0)
编辑
python while语句写法
摘要: count=5 while count>0: print 'i love python' count=count-1 else: print 'over'
阅读全文
posted @ 2017-12-07 22:13 lydstory
阅读(214)
评论(0)
推荐(0)
编辑
python不用声明数据类型
摘要: 本回答由电脑网络分类达人 系统推荐 本回答由电脑网络分类达人 系统推荐
阅读全文
posted @ 2017-12-07 22:04 lydstory
阅读(4458)
评论(0)
推荐(0)
编辑
c++之boost share_ptr
摘要: 转载:https://www.cnblogs.com/welkinwalker/archive/2011/10/20/2218804.html
阅读全文
posted @ 2017-12-07 18:43 lydstory
阅读(106)
评论(0)
推荐(0)
编辑
C#的一些方法读程序转c++
摘要: 参数 包含要复制的数据的 Array。 一个 32 位整数,它表示 sourceArray 中复制开始处的索引。 接收数据的 Array。 一个 32 位整数,它表示 destinationArray 中存储开始处的索引。 一个 32 位整数,它表示要复制的元素数目。 2.
阅读全文
posted @ 2017-12-07 16:21 lydstory
阅读(304)
评论(0)
推荐(0)
编辑
IPEndPoint
摘要: .NET框架用IPEndPoint 对象来表示一个特定的IP地址和端口的组合,应用该对象的场景多是在讲socket绑定到本地地址或者将socket绑定到非本地地址。
阅读全文
posted @ 2017-12-07 13:51 lydstory
阅读(293)
评论(0)
推荐(0)
编辑
结构体的强制类型转换
摘要: 之前在写内存注入的时候,寻找IAT表都是手动计算的,后来发现可以直接用结构体,在结构体的赋值那里不是很懂,于是便写了个简单的程序来测试
阅读全文
posted @ 2017-12-07 11:08 lydstory
阅读(2762)
评论(0)
推荐(0)
编辑
网络包解析方法
摘要: struct HeatPdu{ UInt16 header; UInt8 Mac[6]; UInt16 RequestId; UInt8 Code; UInt8 SubCode; UInt16 DataLength; UInt8 data[0];}; 任何网络包的解析 --》 结构体
阅读全文
posted @ 2017-12-07 10:58 lydstory
阅读(138)
评论(0)
推荐(0)
编辑
导航
博客园
首页
新随笔
联系
订阅
管理
公告