自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 资源 (33)
  • 收藏
  • 关注

原创 [翻译]Global Descriptor Table-GDT

全局描述符表(GDT)是 Intel x86 系列处理器(从 80286 开始)所使用的一种数据结构,目的是为了在程序运行期间划分具有不同属性的内存区域,比如:可以运行、可写入等区域的起始地址与访问权限。这些区域被称作段。 全局描述符表除了可以保存段信息外还可以保存其它信息。全局描述符表中的每个表项(描述子)长度为 8-byte,全局描述符表的选择子可以为:任务状态描述子(TSS)、本地描述符表描述子或者调用门描述子。调用门在 x86 不同特权级中转移控制权非常重要,但是现在的操作系统很少使用这种机制。

2010-11-28 00:38:00 1470

原创 [翻译]Interrupt Descriptor Table–IDT

中断描述附表 中断描述附表是 x86 结构处理器用来实现中断向量表而使用的一种数据结构。处理器使用中断描述附表以便对运行过程中的中断与异常做出正确的响应。 下面所描述的中断描述附表主要应用于 x86 结构与 AMD64 结构,其他架构的处理器与此类似,但是细节上有些不同。 硬件中断、软件中断和异常(统称为中断)会触发对中断描述附表的使用。中断描述附表包含 256 个表项,其中前 32 个表项(0-31 or 0-1F)被处理器保留,用来处理运行过程中产生的异常。

2010-11-24 21:25:00 1480

Processor Microarchitecture An Implementation Perspective.pdf

Processor Microarchitecture: An Implementation Perspective

2021-04-13

Optimizing Compilers for Modern Architectures

Optimizing Compilers for Modern Architectures

2017-03-07

Data Flow Analysis Theory and Practice

Data flow analysis is used to discover information for a wide variety of useful applications, ranging from compiler optimizations to software engineering and verification. Modern compilers apply it to produce performance-maximizing code, and software engineers use it to re-engineer or reverse engineer programs and verify the integrity of their programs.

2016-11-01

Zero Configuration Networking: The Definitive Guide

It used to be that two laptops, sitting side by side, couldn't communicate with each other; they may as well have been a thousand miles apart. But that was then, before the advent of Zero Configuration Networking technology. This amazing cross-platform open source technology automatically connects electronic devices on a network, allowing them to interoperate seamlessly-without any user configuration. So now you don't have to lift a finger! Needless to say, it has completely changed the way people connect to devices and programs for printing, file sharing, and other activities. Zero Configuration Networking: The Definitive Guide walks you through this groundbreaking network technology, with a complete description of the protocols and ways to implement network-aware applications and devices. Written by two Zero Configuration Networking experts, including one of Apple's own computer scientists, the book covers more than just file sharing and printing. Zero Configuration Networking also enables activities such as music and photo sharing and automatic buddy discovery on Instant Messaging applications. In fact, Zero Configuration Networking can be used for virtually any device that can be controlled by a computer. And this handy guide has the inside scoop on all of its capabilities-and how you can easily apply them in your own environment. For the technically advanced, Zero Configuration Networking: The Definitive Guide examines the three core technologies that make up Zero Configuration Networking: Link-Local Addressing, Multicast DNS, and DNS Service Discovery. It also reviews a series of APIs, including C-API, Java API, CFNetServices, and Cocoa's NSNetServices. Whether you want to understand how iTunes works, or you want to network a series of laptops and other devices at your office for maximum efficiency, you'll find all the answers in this authoritative guide.

2015-11-09

Open Source Fuzzing Tools

Product Details Paperback: 210 pages Publisher: Syngress; 1 edition (December 28, 2007) Language: English ISBN-10: 1597491950 ISBN-13: 978-1597491952 Product Dimensions: 7.5 x 0.5 x 9.2 inches

2015-09-09

MachOView-build-2013-05-22

MachOView 是一个查看 MachO 格式文件信息的开源工具。官方编译的程序在运行时经常会崩溃,这里是个人修改后的程序,目测没遇到崩溃问题。

2013-07-28

Programming with Quartz 2D and PDF Graphics in Mac OS X

Programming with Quartz 2D and PDF Graphics in Mac OS X Written by members of the development team at Apple, Programming with Quartz is the first book to describe the sophisticated graphics system of Mac OS X. By using the methods described in this book, developers will be able to fully exploit the state-of-the-art graphics capabilities of Mac OS X in their applications, whether for Cocoa or Carbon development. This book also serves as an introduction to 2D graphics concepts, including how images are drawn and how color is rendered. It includes guidance for working with PDF documents, drawing bitmap graphics, using Quartz built-in color management, and drawing text. Programming with Quartz is a rich resource for new and experienced Mac OS X developers, Cocoa and Carbon programmers, UNIX developers who are migrating to Mac OS X, and anyone interested in powerful 2D graphics systems. * This is the definitive guide to the revolutionary graphics system of Mac OS X that uses the Portable Document Format (PDF) as the basis of its imaging model. * It contains the latest on programming with Quartz for Mac OS X version 10.4. * Carefully crafted and extensive code examples show how to accomplish most of the drawing tasks possible with Quartz.

2013-01-09

CHM_To_PDF_Converter_Pro_v3.6.2

CHM_To_PDF_Converter_Pro_v3.6.2

2012-11-14

Hack the Stack

Hack the Stack Using Snort and Ethereal to Master the Layers of an Insecure Network

2012-02-03

Protected Mode Software Architecture

Protected Mode Software Architecture

2010-11-02

The Indispensable PC Hardware Book - Third Edition

The Indispensable PC Hardware Book - Third Edition

2010-10-09

ASP.NET MVC 2 in Action 2nd

ASP.NET MVC 2 in Action 2nd,不是最终的版本,是通过作者手稿整理,并且手工添加了索引,便于了解内容的概貌,便于阅读定为。随书源码作者放在了 GitHub 上,可以搜索下载。

2010-06-23

iPhone开发需要看的3本书

iPhone.Development.Guide.pdf iPhone.Human.Interface.Guidelines Learning.iPhone.Programming.Mar.2010 最近在看,收集了下,与大家分享,省的东找西找了.

2010-03-30

个人网站作业 风格3

这是个人收集的个人网站源代码,希望可以帮助需要完成作业的同学,重要的是不要资源分。

2009-06-06

个人网站作业 风格2

这是个人收集的个人网站源代码,希望可以帮助需要完成作业的同学,重要的是不要资源分。

2009-06-06

个人网站作业 风格1

这是个人收集的个人网站源代码,希望可以帮助需要完成作业的同学,重要的是不要资源分。

2009-06-06

MFC应用程序在.NET框架下的扩展

MFC应用程序在.NET框架下的扩展的英文版.

2009-01-14

DOS操作系统源代码

DOS操作系统源代码,希望大家下载.

2007-12-03

BoundsChecker6.5_VC++.part2.rar

BoundsChecker 6.5 VC++,在VC 6.0 +SP6 下可以使用.共两部分,这是第二部分.

2007-11-29

BoundsChecker6.5_VC++.part1.rar

BoundsChecker 6.5 VC++,在VC 6.0 +SP6 下可以使用.共两部分,这是第一部分.

2007-11-29

BoundsChecker 6.5 VC++ -----------(6)

BoundsChecker 6.5 VC++,在VC 6.0 +SP6 下可以使用.共六部分,这是第六部分.

2007-11-29

BoundsChecker 6.5 VC++ -----------(5)

BoundsChecker 6.5 VC++,在VC 6.0 +SP6 下可以使用.共六部分,这是第五部分.

2007-11-29

BoundsChecker 6.5 VC++ -----------(4)

BoundsChecker 6.5 VC++,在VC 6.0 +SP6 下可以使用.共六部分,这是第四部分.

2007-11-29

BoundsChecker 6.5 VC++ -----------(3)

BoundsChecker 6.5 VC++,在VC 6.0 +SP6 下可以使用.共六部分,这是第三部分.

2007-11-29

BoundsChecker 6.5 VC++ -----------(2)

BoundsChecker 6.5 VC++,在VC 6.0 +SP6 下可以使用.共六部分,这是第二部分.

2007-11-29

BoundsChecker 6.5 VC++ -----------(1)

BoundsChecker 6.5 VC++,在VC 6.0 +SP6 下可以使用.共六部分,这是第一部分.

2007-11-29

Bounds Checker 6.01 for VC

Bounds Checker 6.01 for VC,可以在vc 6 下使用,欢迎大家下载,这是part3,一共三部分。

2007-10-17

Bounds Checker 6.01 for VC

Bounds Checker 6.01 for VC,可以在vc 6 下使用,欢迎大家下载,这是part2,一共三部分。

2007-10-17

Bounds Checker 6.01 for VC

Bounds Checker 6.01 for VC,可以在vc 6 下使用,欢迎大家下载,这是part1,一共三部分。

2007-10-17

Windows环境下32位汇编语言程序设计源码

Windows环境下32位汇编语言程序设计源码,老罗那本书的。

2007-10-16

COM技术内幕源码(COM技术内幕源码)

COM技术内幕源码,com入门书籍的源代码,希望对大家有帮助。

2007-10-15

InstallShield6简明教程

安装脚本介绍,与工具软件使用与介绍。

2007-10-15

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除