An ethernet bridge / VPN program for Windows
标签: ethernet program Windows bridge
上传时间: 2015-01-12
上传用户:txfyddz
本书介绍了在Microsoft Windows 98、Microsoft Windows NT 4.0和Windows NT 5.0下程序写作的方法。这些程序用C语言编写并使用原始的Windows Application Programming Interface(API)。如在本章稍后所讨论的,这不是写作Windows程序的唯一方法。然而,无论最终您使用什么方式写作程序,了解Windows API都是非常重要的。
上传时间: 2014-11-29
上传用户:haohaoxuexi
机器人的实时控制。VxWork,Windows系统在机器人控制方面的应用。链接来自 http://www.automationit.hut.fi
标签: automationit Windows VxWork http
上传时间: 2015-01-12
上传用户:Miyuki
Windows gzip source code
上传时间: 2015-01-12
上传用户:songrui
Windows记事本功能的软件
上传时间: 2015-01-12
上传用户:hgy9473
常用Windows API函数
上传时间: 2014-01-06
上传用户:hphh
类似Windows自带的扫雷游戏.
标签: Windows
上传时间: 2014-01-05
上传用户:chenjjer
Service Pack 一手搞定.mht Windows 瘦身.mht 创建可引导光盘更完美.mht 装Win Me-2000免输序列号.htm
上传时间: 2015-01-13
上传用户:黄华强
MemCheck Driver Memory Tool The MemCheck code is designed to provide Windows NT/2K/XP driver developers with a tool to help in the detection of the following memory handling issues: Buffer overrun Buffer corruption Buffer use after buffer release Double buffer releases
标签: MemCheck designed Windows develop
上传时间: 2014-12-05
上传用户:weiwolkt
PE可执行文件的镶入式程序的编写方法及示例(镶入式后门程序&原程序) 由于Microsoft公司的Windows系统是当前大部分个人电脑所使用的操作系统 主要包括win95,98,me,nt4,2000,xp等,而这些系统所使用的可执行文件的格式基 本上是PE结构的。这里的可执行文件的镶入式程序就是针对PE结构的可执行文件。 这里先简单说一下PE文件框架结构: DOS MZ header DOS stub//在不支持 PE文件格式的操作系统中它将简单显示一个错误提示 PE header//含了许多PE装载器用到的重要信息 Section table//每个Section的信息 Section 1 Section 2 Section 3.... 由于SectionAlignment 块对齐的原因每个Section之间都会产生很多空间, 镶入式程序的代码可以放在Section之间的空位上,比较方便的方法是把代码放在 最后一个Section的末尾,然后更改Misc.VirtualSize和SizeOfRawData这两个位 于Section table的IMAGE_SECTION_HEADER结构数组的成员。如果代码十分的长, 有时候会造成镶入的代码无法被完全加载而产生错误,这时需要更改SizeOfImage 在IMAGE_NT_HEADERS 结构中。 在不同的Windows版本中api调用地址也有不同,为了解决这个问题可以更改引 入表让加载器
上传时间: 2015-01-13
上传用户:luopoguixiong