Welcome![Sign In][Sign Up]
Location:
Search - iphlpapi

Search list

[Internet-NetworkarpReq

Description: 利用Iphlpapi发送arp请求的小程序,在处理线程结束的地方有bug,还没有解决。如果是局域网ip地址填写你所在网段,最后一位是要扫描的终点。-use Iphlpapi arp request to send a small procedure in handling threaded end of the local bug, is still not resolved. If LAN ip address where you fill in net, the last one is to scan the finish line.
Platform: | Size: 36864 | Author: 海深 | Hits:

[OS programTCP连接监控源代码

Description: 有时候,我们需要是否有别人连接到自己机子上,又或者自己想看看是否连接到一定的端口,那么这个例子相信你很喜欢-Sometimes, we need to have people connected to their machine, or to see whether they want to connect to a port, then this example you like
Platform: | Size: 312320 | Author: yang | Hits:

[SCMenetstat_demo

Description: 网络端口到进程PID 的转换例子。可以显示本机运行的网络进程对应的端口号-network port to the conversion process PID example. Be able to show the machine running the process corresponding to the network port number
Platform: | Size: 108544 | Author: 陈学峰 | Hits:

[Internet-NetworkTestNet

Description: 使用VC6,利用IPHlpApi获取网络通讯信息-The use of network communications IPHlpApi access information
Platform: | Size: 25600 | Author: wolf | Hits:

[Windows Developiphlpapi_beta

Description: vc编程中ip包过滤需要的库,当然如果选择安装几百兆的sdk的话,就不需要这个库了-vc programming required ip packet filtering library, of course, If you choose to install the sdk for several hundreds of megabytes, it does not need this library has been
Platform: | Size: 8192 | Author: huangwei | Hits:

[Internet-Networkltddos

Description: DDOS压力测试软件 DDOS压力测试软件-DDOS压力测试软件DDOS压力测试软件DDOS压力测试软件
Platform: | Size: 4096 | Author: DennisLiu | Hits:

[Internet-Network111186736Mysipphonevs2005

Description: 网络电话源代码,用osip协议栈编程,代码简单对于初学者是很好的工具。-VoIP source code, programmers use osip protocol stack, a simple code for beginners is a very good tool.
Platform: | Size: 5002240 | Author: wj | Hits:

[Internet-NetworkarpProject2

Description: 本软件利用wincap和NDIS驱动实现了ARP防火墙,内容分为两部分,防火墙应用程序的编译和NDIS驱动模块的编译。源代码一起打包了,下载下来后解压,然后在VC的 工具->选项->目录 里添加它。例如你解压在了C:\WPDPACK目录,那么在VC中则要添加“include files”为C:\WPDPACK INCLUDE\, 同时添加“library files”为C:\WPDPACK\LIB。 其间视乎安装环境的不同,可能还会使用到iphlpapi相关的文件,如果你使用的是 XP的操作系统,安装VC6.0,那么应该就需要这些文件。它们也已经和源代码一起打包了, 把其中的*.h文件放到VC的include目录,把*.lib文件放到VC的LIB目录就行,或者其它 项目可以引用到的地方。 之后用VC6.0打开工程文件,即arpdetector目录下的arpdetector.dsw,进行编译即-arp firewall ,wincap,ndis
Platform: | Size: 1792000 | Author: 成智之 | Hits:

[OS programAPIAdapterInfo

Description: VC++网络适配器接口类:CNetworkAdapter源程序,内部使用Iphlpapi、Setupapi函数实现,主要封装了一些内部函数,使用者可以简单轻松地获取电脑上所有网络适配器的网络IP、网卡MAC、网卡描述、子网掩码等各种信息,同时还提供了一些简单的接口函数,利用这些函数你可以修改网络IP、网卡MAC。-VC++ Network Adapter Interface type: CNetworkAdapter source, the internal use of Iphlpapi, Setupapi function, the main package of some internal function, the user can easily obtain a simple computer network for all network adapter IP, LAN MAC, LAN description of all kinds of information such as subnet mask, but also provides some simple interface function, to use these functions you can modify the network IP, LAN MAC.
Platform: | Size: 76800 | Author: Arizona | Hits:

[OS programAPIAdapterInfo

Description: 这里要给大家介绍的一个类CNetworkAdapter是一个网络适配器接口类,内部使用Iphlpapi、Setupapi函数实现,主要封装了一些内部函数,从而使用者可以简单轻松地获取当前机器上所有网络适配器的各种信息,包括网络IP、网卡MAC、网卡描述、子网掩码等;同时又提供了一些简单的接口函数,使得使用者可以修改网络IP和网卡MAC。 当然这个类的功能还可以再强大健壮些,不过还是留给有心人来完成吧,我在这里只是把自己之前一段时间的工作整理了一下,写下此类好让部分“懒人”不用像我一样到处在网上找代码后,却需要花费大量精力时间去再次整理-it is useful for the designer of CNetworkAdapter
Platform: | Size: 76800 | Author: 张三 | Hits:

[matlabdelphi

Description: delphi 网络 流量 监控 源代码 包含源代码以及部分注释。-delphi network traffic monitoring source code contains the source code and some comments.
Platform: | Size: 466944 | Author: kevinxue | Hits:

[Internet-NetworkGetOpenPort0

Description: 获取TCP/UDP的端口列表,通过Iphlpapi库获取基于TCP/UDP的开放端口列表,C++编程实现-GetOpenPort
Platform: | Size: 13312 | Author: liu | Hits:

[Otherlhwy

Description: 本设计从计算机的网络连接安全出发,编写了一个能显示出本机当前网络连接状态详细信息的MFC程序。这个程序主要利用了Windows自带的Iphlpapi.dll文件中的两个系统函数GetTcpTable与GetUdpTable,在MFC程序运行过程中动态链接到它们,从而获得当前正在连接的TCP与UDP情况,包括连接的本地地址、本地端口、外部地址、外部端口和TCP的连接状态,并在MFC程序中显示出来,以供用户观察。-The design of secure network connectivity from the computer starting, write a will show the current network connection status of the machine details MFC program. The main advantage of the Windows program comes with two Iphlpapi.dll file system function GetTcpTable and GetUdpTable, running the course in the MFC dynamic link to them, to obtain the current TCP and UDP are connected, including the link local address , local port, the external address, external port and the TCP connection status, and the MFC program show up for the user observation.
Platform: | Size: 1039360 | Author: 玥儿 | Hits:

[DocumentsMAC

Description: 听说能够查出远程机器的MAC码,但是似乎需要有iphlpapi.h文件才行-it seems to be available to check out the remote machine s MAC numbers
Platform: | Size: 1024 | Author: 蹬闰慧 | Hits:

[Internet-NetworkTraffic-Statistics

Description: 仿WIN8的流量统计 iphlpapi.dll中的GetIfTable命令来取网络信息-Traffic statistics iphlpapi.dll imitation WIN8 in order to obtain network information GetIfTable
Platform: | Size: 160768 | Author: | Hits:

[Internet-NetworkGetOpenPort

Description: C++获取TCP/UDP的端口列表,通过Iphlpapi库获取基于TCP/UDP的开放端口列表.-C++ for TCP/UDP ports list to get through Iphlpapi library based on TCP/UDP open ports list.
Platform: | Size: 13312 | Author: 吴宗伦 | Hits:

[Windows DevelopMacAddress

Description: Using library iphlpapi.dll we can receive MAC address devices
Platform: | Size: 350208 | Author: zaca | Hits:

[OS programmulti-netcard_check

Description: 用Iphlpapi查询网卡信息,测试环境:xp,vs2010-Iphlpapi query card information, test environment: xp, vs2010
Platform: | Size: 1024 | Author: zhuceyong | Hits:

[Chess Poker gamesiphlpapi

Description: 破解单开游戏限制,使游戏可以双开,甚至是多开,只有一个文件,小巧简单-Crack open a single game limit
Platform: | Size: 14336 | Author: 缺口 | Hits:

[Game Hook CrackIpHlpApi-0.33

Description: 跑跑卡丁车 N开源码 另附 说明跑跑(pp)的多开需要解决3问题: 1) 不能多次运行程序, 方法:找到其命名互斥体,关掉句柄。 2) 多号不能进入同一房间, 原因:服务端限制了相同公网ip且相同内网ip的两客户端不能进入同一房间. 方法:在pp客户端取用本机内网ip前,修改其为随机ip地址. 3) 窗口名及窗口类名patch-Kart N the open source attached instructions that running (pp) open need to solve three problems: 1) can not repeatedly run the program, the method: to find the named mutex, turn off the handle. 2) more than can not enter the same room, reason: server-side limit of the same public ip and the same within the network ip client can not enter the same room. Methods: in pp customer side before access to the machine within the network ip and modify its random ip address. 3) The window name and window class name patch
Platform: | Size: 29696 | Author: 薛凯 | Hits:
« 1 2 3 45 »

CodeBus www.codebus.net