搜索资源列表
pack
- e语言网络封包拦截源码,截获网络数据封包、修改发送-the e language network packet interception source, the intercepted network data packets, modify send
20128259362029
- 本程序采用3GQQ协议登陆QQ,然后通过构造假的iphone数据包,发送说说,这样发送的说说就能显示“通过iphone触屏版”-This program with 3GQQ agreements landing QQ, then constructing fake iphone packet, send talk, talk will be able to send so " by the iphone touch screen version
com_tools
- 一个串口调试工具,带有简单的数据包格式,也带有字符输入窗口,将字符自动转换成十六进制数,以便串口发送-A serial port debugging tool, with a simple packet format, but also with character input window will be automatically converted to character hexadecimal number, in order to send the serial
20090921
- 截取网络数据包和发送网络数据包的全套工具-Interception of network data packets and sending the complete set of tools for network data packets
alexabot
- 采用数据包截取发送实现,多人在线相互提升网站ALEXA排名。-Interception of data packets used to send achieved, multiplayer online with each other to enhance Web site ALEXA ranking.
Fuzzy_Topology_Discovery
- 用Java检测动态网络中的链路问题和数据包的发送和传输和个结点间的相互作用-use Java in the link of the network of computers and the use of each other of all the nodes.
LAPS
- LAPS协议:系统启动后,LAPS协议处理器发送端处于空闲状态,此时它可以向理想信元发送数据允许信号TENB。理想信源收到TENB有效信号,就开始发送数据,它发送的是长度在4-1544字节之间变化的数据包,在数据包的第一字节发送同时,送出数据包开始指示TSOP,在数据包的最后一个字节,发送数据包结束指示TEOP。在数据包的发送过程中,LAPS协议处理器可以随时通过TENB通知理想信源暂停数据发送,直到TENB有效,再继续发送。-LAPS protocol: the system starts,
tsqt
- 本程序为天书奇谈起点专区辅助工具,内有自动战斗(调用游戏本身自动功能,可有效减少操作时间),人物一键加药,宠物一键加药,挂机采集这几个功能。 文件说明: HH.exe为主程序(必要文件) config.ini为配置文件(必要文件) cjfb.edb为存放采集封包的数据(必要文件) *作坊1.5-第六版.ec,Super-EC_3.0.ec,*海万能模块1.7贺岁版.ec三个为模块(只需要用工具的可以删除) HH.e为易语言源码(只需要用工具的可以删除) 程序使用的
15
- 易语言网络数据包发送工具 ,很不错的易语言源码,适合易语言爱好者学习。-Easy language network packet send tool, very good and easy language source code for easy language enthusiasts to learn.
listening
- 利用winpcap库的抓包模块,可以实现mac帧的捕获,以及IP地址,MAC地址,IP头中校验和以及TCP伪首部校验和的修改(在程序中进行修改),另外可以转发至其他网卡进行数据包的发送。主要适用于网关PC机上-Winpcap library packet capture module, can achieve the mac frame capture, as well as the IP address, MAC address, IP header checksum and TCP pseu
DNSAttack_1
- DNS反射放大攻击测试,向DNS发送伪造源IP的DNS请求数据包,使DNS向目标地址返回大量应答包,达到攻击效果。-DNS amplification attacks reflex test, sending forged source IP address to the DNS DNS request packet to the destination address of the DNS response packet to return a large, reaching attack e
LEACH
- LEACH协议代码,仿真包括存活节点、剩余能量、发送数据包和时间的关系-LEACH protocol code, including the relationship between survival simulation node residual energy, and time to send data packets
terminal3.0
- 基于QT的串口接收ZigBee数据并解包发送到服务器程序-Send to a ZigBee-based QT serial data receiver and unpack the server program
SI4463VarjyPacket-SenderAndReceiver
- SI4438/SI4463变长包数据发送与接收程序-SI4438/SI4463 variable-length packet data transmission and reception program
蓝牙控制
- 以数据包形式发送数据,每个数据包包长为11字节,包括开始的转行符0x0A(保证数据正常通信,下面不做解释),命令符(用于下位机区分操作),数据三部分构成,定时器时间以及同步时间传输方式为BCD码。 定时器的开关功能主要是覆盖从前的设置,以达到清除命令的功能(please translation by yourself---)
nCoAP-master
- coap协议栈,可用于发送和接收coap数据包(The COAP protocol stack can be used to send and receive COAP packets)
clumsy-0.2-win32
- 利用封装 Winodws Filtering Platform 的WinDivert 库, clumsy 能实时的将系统接收和发出的网络数据包拦截下来,人工的造成延迟,掉包和篡改操作后再进行发送。无论你是要重现网络异常造成的程序错误,还是评估你的应用程序在不良网络状况下的表现,clumsy 都能让你在不需要额外添加代码的情况下,在系统层次帮你达到想要的效果(Using Winodws Filtering Platform package WinDivert library, clumsy can
wifi_send
- 一个简单的数据包发送程序,对于初学者来说是不错的选择(A simple packet sending program is a good choice for beginners.)
运用极域电子教室控制其他学生端(不需要教师端)
- 学生端要执行某个操作必须收到一些数据包(是不是一定要来自教师端的ip还是未知的,但如果必须我们也可以伪造发信源ip),我们可以用wireshark抓获这些数据包,然后分析,最后用vc代码来发送数据包达到自己想达到的效果