
PE
_伊万
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
PE
Tutorial 1: Overview of PE file formatPE stands for Portable Executable. It's the native file format of Win32. Its specification is derived somewhat from the Unix Coff (common object file format).原创 2013-12-09 22:04:59 · 913 阅读 · 0 评论 -
PE
$Id: pe.txt,v 1.9 1999/03/20 23:55:09 LUEVELSMEYER Exp $The PE file format==================Preface-------The PE ("portable executable") file format is the format转载 2013-12-09 22:09:19 · 1147 阅读 · 0 评论 -
STUN和TURN技术浅析
在现实Internet网络环境中,大多数计算机主机都位于防火墙或NAT之后,只有少部分主机能够直接接入Internet。很多时候,我们希望网络中的两台主机能够直接进行通信,即所谓的P2P通信,而不需要其他公共服务器的中转。由于主机可能位于防火墙或NAT之后,在进行P2P通信之前,我们需要进行检测以确认它们之间能否进行P2P通信以及如何通信。这种技术通常称为NAT穿透(NAT Traversal)。转载 2014-02-17 21:11:49 · 967 阅读 · 0 评论