搜索资源列表
getMAC.rar
- 此代码可获得本机的mac地址
getmac2.zip
- 获取远程机器名与Mac地址
getmacad.zip
- 获取本机网卡的mac地址
读取网卡mac
- 用VC++开发读取网卡MAC地址的程序,可以作为验证软件合法的一个通用模块 -with VC read the Ethernet MAC address procedures, the software can be verified as legitimate a Universal Module
远端主机名、MAC扫描软件(有开发包)
- 本开发包解决了VB无法获取远端MAC地址的缺陷。-solve the VB do not have access to the distal MAC address deficiencies.
捕获ARP数据包程序
- 程序实现抓取通过网卡的ARP数据包,由命令行的方式输入指定的程序名称,以及ARP数据保存的文件名称。程序输出ARP数据的源IP地址、源MAC地址、目的MAC地址、目的IP地址、操作系统类型、ARP捕获的时间等信息。-program crawls through the LAN ARP packets from the command line input specified procedure name, ARP and the data retention of documents. ARP
FindPPPoEServer
- 提供一个动态链接库,可以1>探测PPPoE服务器 2>获取PPPoE服务器的名字 3>获取PPPoE服务器网卡的MAC地址 4>对于多网卡的PC机,可探测出哪块网卡连接到ADSL MODEM或通过LAN方式连接到PPPoE服务器.-provide a dynamic link library that is a
ENetGroupEnum
- 在原来上传的PNetEnum基础上增加了列表局域网上所有计算机的IP地址和MAC地址的功能,另外,向局域网上所有计算机或某个计算机发送消息自认为是代码的一大特色。-the original upload PNetEnum increase on the basis of the list of all computer LAN IP address and MAC address of the function, in addition to all the computers on the L
353476346346
- 通过ip地址获取mac 地址的一个小软件源码!-through ip address mac addresses access to a small source software!
ScanNet
- 搜索网段内计算机,并显示工作组,主机名,用户名,MAC地址等,可以设定超时-search detecting computer, and that the Working Group, host name, user name, MAC address, etc. can set overtime
wakeup_on_lan
- 一个简单的远程开机的源代码(C++),只要给定MAC地址, 并且该机子的BIOS设置为允许远程开机,该程序就能做到开机的效果-a simple remote boot source code (C), as long as the given MAC address, and the machine's BIOS settings to allow remote boot, the program will be able to boot effect
arp_get_mac
- 发送ARP查询包获得远程MAC地址 Usage :RmtHost.exe [RemoteIP]-ARP packet access remote MAC address Usage : RmtHost.exe [RemoteIP]
VC6_GetMac
- 通过windows api 获取本机mac地址。-through the windows api access to the machine mac addresses.
NetInfoGet
- 局域网信息获取,可以得到ip地址。mac地址-LAN access to information, can be ip address. Mac Address
mac
- 获得指定网卡序号的Mac地址,C语言函数代码
get mac
- 获取网络上各主机的mac地址-access to the network host mac address
读取网卡物理地址
- 取得计算机网卡物理地址的步骤:1)列举所有的网卡2)分别重置每块卡以取得它的正确信息3)查询网卡,取得MAC地址-made computer card physical address steps : 1) lists all the card 2), respectively replacement every piece of card to obtain the correct information 3) card inquiries made MAC address
获取网卡地址
- 程序运行时获取计算机的网卡的mac地址,以便于作为某种标识-running computer access at the LAN mac address, in order to serve as a logo
vb编写获取局域网用户mac地址
- vb编写获取局域网用户mac地址
VB_SendARP获取MAC地址
- 使用SendARP获取局域网的MAC地址的VB源代码