antoniozhou的Blog

流媒体技术,服务器技术,多媒体网络应用

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
  6 随笔 :: 0 文章 :: 16 评论 :: 1 引用

公告

10 2008 档案

摘要: 本文讲述了NASM和MASM在导入导出外部库函数上的不同用法,并通过代码演示了如何合并目标程序段以达到缩小程序大小的目的,以及如何通过伪指令给连接器传参数等相关知识。要读懂该文章,需要具备读懂汇编语言的能力,并且已经了解PE文件格式、COFF文件格式、OMF文件格式相关信息,以及具备相关汇编器支持的语法特性,相关连接器的使用方法等知识。阅读全文
posted @ 2008-10-23 22:49 antoniozhou 阅读(2988) | 评论 (2) 编辑

摘要: SUMMARY A good understanding of the Portable Executable (PE) file format leads to a good understanding of the operating system. If you know what's in your DLLs and EXEs, you'll be a more knowledgeable programmer. This article, the first of a two-part series, looks at the changes to the PE format that have occurred over the last few years, along with an overview of the format itself. After this update, the author discusses how the PE format fits into applications written for .NET, PE file 阅读全文
posted @ 2008-10-22 23:46 antoniozhou 阅读(158) | 评论 (0) 编辑

摘要: Matt Pietrek March 1994 Matt Pietrek is the author of Windows Internals (Addison-Wesley, 1993). He works at Nu-Mega Technologies Inc., and can be reached via CompuServe: 71774,362 This article is reproduced from the March 1994 issue of Microsoft Systems Journal. Copyright © 1994 by Miller Freeman, Inc. All rights are reserved. No part of this article may be reproduced in any fashion (except in brief quotations used in critical articles and reviews) without the prior consent of Miller阅读全文
posted @ 2008-10-22 23:36 antoniozhou 阅读(462) | 评论 (0) 编辑