-
用Visual C#动态生成组件源代码
用Visual C#动态生成组件源代码-Visual C# components dynamically generated source code
- 2023-03-04 04:10:03下载
- 积分:1
-
你能够在Windows下把一段代码拷贝到其他进程中去,然后运行吗?如果你精通汇编语言地址重定位方面编程,也许会说小菜一碟,可是在VC下呢?本例子在VC下实现了,...
你能够在Windows下把一段代码拷贝到其他进程中去,然后运行吗?如果你精通汇编语言地址重定位方面编程,也许会说小菜一碟,可是在VC下呢?本例子在VC下实现了,把一段代码(即自己写的一个函数)拷贝到其他进程(本例为explorer.exe)空间,然后在其他进程空间运行!-You can in Windows under the section of code are copied to the other process, and then run? If you are proficient in assembly language programming relocatable address, and perhaps will say that a piece of cake, but then the next VC? The examples in VC to achieve , and the piece of code (that is, to write a function) are copied to the other processes (in this case for explorer.exe) space, and then in the other processes running in space!
- 2022-09-26 21:10:03下载
- 积分:1
-
the resoures about the capturing of data from ethernet.
基于winpcap 对于以太网帧头的捕获。用c++编写-the resoures about the capturing of data from ethernet.
- 2022-08-08 07:14:43下载
- 积分:1
-
把1394作为一种用于在代码中使用的卡片设备
把1394设备做为网卡使用的一段代码,在linux下使用-put 1394 as a card equipment used in a code used in Linux
- 2023-06-02 14:05:03下载
- 积分:1
-
包含修改主页、自启动、隐藏进程、与exe或txt文件关联,修改键值、自删除等功能。...
包含修改主页、自启动、隐藏进程、与exe或txt文件关联,修改键值、自删除等功能。-Home page contains the modified, self-starting, hidden processes, and the exe or a txt file association, modified key, since the delete functions.
- 2022-07-23 14:53:43下载
- 积分:1
-
浏览器的MFC单文档的开发源代码,
浏览器源代码 MFC单文档开发,-Browser source code of MFC Single Document development,
- 2022-01-25 20:40:24下载
- 积分:1
-
得到windows运行程序的信息,很经典的.可以得到的信息
得到windows运行程序的信息,很经典的.可以得到的信息-windows to be operational procedures for the information, very classic. Information can be
- 2022-02-21 09:51:53下载
- 积分:1
-
一个很小小的程序
一个很小小的程序-a very minor procedure
- 2022-01-27 17:15:11下载
- 积分:1
-
用C++加密
encrypt in linux using c
- 2022-02-20 01:06:18下载
- 积分:1
-
P2P 之 UDP穿透NAT的原理与实现(附源代码)
原创:shootingstars
参考:http://midcom...
P2P 之 UDP穿透NAT的原理与实现(附源代码)
原创:shootingstars
参考:http://midcom-p2p.sourceforge.net/draft-ford-midcom-p2p-01.txt
baidu
论坛上经常有对P2P原理的讨论,但是讨论归讨论,很少有实质的东西产生(源代码)。呵呵,在这里我就用自己实现的一个源代码来说明UDP穿越NAT的原理。
首先先介绍一些基本概念:
NAT(Network Address Translators),网络地址转换:网络地址转换是在IP地址日益缺乏的情况下产生的,它的主要目的就是为了能够地址重用。NAT分为两大类,基本的NAT和NAPT(Network Address/Port Translator)。
最开始NAT是运行在路由器上的一个功能模块。
最先提出的是基本的NAT,它的产生基于如下事实:一个私有网络(域)中的节点中只有很少的节点需要与外网连接(呵呵,这是在上世纪90年代中期提出的)。那么这个子网中其实只有少数的节点需要全球唯一的IP地址,其他的节点的IP地址应该是可以重用的。
因此,基本的NAT实现的功能很简单,在子网内使用一个保留的IP子网段,这些IP对外是不可见的。子网内只有少数一些IP地址可以对应到真正全球唯一的IP地址。如果这些节点需要访问外部网络,那么基本NAT就负责将这个节点的子网内IP转化为
- 2022-05-26 09:33:21下载
- 积分:1