自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (3)
  • 收藏
  • 关注

转载 vc++ 读取xml(1)

http://blog.csdn.net/phunxm/article/details/5087102 MsXml创建和解析XML示例http://www.cnblogs.com/scq2099yt/category/121708.html

2012-04-14 00:38:38 183

转载 Ring3 IAT Hook例子

Ring3 IAT Hook例子 #include #include #include #define UNICODE#define _UNICODEPIMAGE_DOS_HEADER pDosHeader;PIMAGE_NT_HEADERS pNTHeaders;PIMAGE_OPTIONAL_HEADER pOptHeader;P

2011-12-14 22:28:15 430

转载 ring3 inline hook例子

ring3 inline hook例子#include #include #include //修改API入口为mov eax,00400000; jmp eax 跳转到自己的函数BYTE NewBytes[8] = {0xB8,0x0,0x0,0x40,0x0,0xFF,0xE0,0x0};BYTE OldBytes[8] = {0};FARPROC Crea

2011-12-14 22:26:03 749

转载 R0下Inline Hook模板

InlineHook 已导出函数VOID  HookObReferenceObjectByHandle(){      KIRQL Irql;    KdPrint(("[ObReferenceObjectByHandle] :0x%x",ObReferenceObjectByHandle));  //地址验证    //保存函数前五个字节内容    Rtl

2011-12-14 22:20:54 803

win32 sdk编程

win32 sdkwin32 sdkwin32 sdkwin32 sdkwin32 sdkwin32 sdkwin32 sdkwin32 sdkwin32 sdkwin32 sdkwin32 sdkwin32 sdk

2010-04-28

Win32开发人员参考库

Win32开发人员参考库 Win32开发人员参考库 Win32开发人员参考库 Win32开发人员参考库

2010-04-26

javascript圣经

The JavaScript Bible, Gold Edition covers the new powerful functionality JavaScript gains with the release of the new fifth generation revisions of Internet Explorer and Netscape Communicator. The book includes all the great content included in the JavaScript Bible, 4th Edition, an international bestseller, plus over 400 pages of new material. The Gold Bible features essential new JavaScript information, additional ready -to-use JavaScript applications and scores of additional JavaScripts and Web page routines. This book will bring programmers and non-technical professionals, including casual programmers and scripters, painlessly up to speed on all aspects of mastering JavaScript. Key topics include programming fundamentals, JavaScript language elements and how to use them effectively, and how to easily and efficiently add powerful new functionality to HTML documents and Java applets. The JavaScript Bible, Gold Edition also comes with a Windows/Mac CD-ROM which includes over 100 sample scripts, on -screen quick-reference, and hundreds of megabytes of usable Web design elements and software. Part I: Getting Started with JavaScript. Chapter 1: JavaScript's Role in the World Wide Web and Beyond. Chapter 2: Authoring Challenges Amid the Browser Wars. Chapter 3: Your First JavaScript Script. Part II: JavaScript Tutorial - Summary. Chapter 4: Browser and Document Objects. Chapter 5: Scripts and HTML Documents. Chapter 6: Programming Fundamentals, Part I. Chapter 7: Programming Fundamentals, Part II. Chapter 8: Window and Document Objects. Chapter 9: Forms and Form Elements. Chapter 10: Strings, Math, and Dates. Chapter 11: Scripting Frames and Multiple Windows. Chapter 12: Images and Dynamic HTML. Part III: Document Objects Reference. Chapter 13: JavaScript Essentials. Chapter 14: Document Object Model Essentials. Chapter 15: Generic HTML Element Objects. Chapter 16: Window and Frame Objects. Chapter 17: Location and History Objects. Chapter 18: The Document and Body Objects. Chapter 19: Body Text Objects. Chapter 20: HTML Directive Objects. Chapter 21: Link and Anchor Objects. Chapter 22: Image, Area, and Map Objects. Chapter 23: The Form and Related Objects. Chapter 24: Button Objects. Chapter 25: Text-Related Form Objects. Chapter 26: Select, Option, and FileUpload Objects. Chapter 27: Table and List Objects. Chapter 28: The Navigator and Other Environment Objects. Chapter 29: Event Objects. Chapter 30: Style Sheet and Style Objects. Chapter 31: Positioned Objects. Chapter 32: Embedded Objects. Chapter 33: XML Objects. Part IV: JavaScript Core Language Reference. Chapter 34: The String Object. Chapter 35: The Math, Number, and Boolean Objects. Chapter 36: The Date Object. Chapter 37: The Array Object. Chapter 38: The Regular Expression and RegExp Objects. Chapter 39: Control Structures and Exception Handling. Chapter 40: JavaScript Operators. Chapter 41: Functions and Custom Objects. Chapter 42: Global Functions and Statements. Part V: Putting JavaScript to Work. Chapter 43: Data-Entry Validation. Chapter 44: Scripting Java Applets and Plug-ins. Chapter 45: Debugging Scripts. Chapter 46: Security and Netscape Signed Scripts. Chapter 47: Cross-Browser Dynamic HTML Issues. Chapter 48: Internet Explorer Behaviors. Chapter 49: Application: Tables and Calendars. Chapter 50: Application: A Lookup Table. Chapter 51: Application: A "Poor Man's" Order Form. Chapter 52: Application: Outline-Style Table of Contents. Chapter 53: Application: Calculations and Graphics. Chapter 54: Application: Intelligent "Updated" Flags. Chapter 55: Application: Decision Helper. Chapter 56: Application: Cross-Browser DHTML Map Puzzle. Chapter 57: Application: Transforming XML Data Islands. Part VI: Appendixes. Appendix A: JavaScript and Browser Object Quick Reference. Appendix B: JavaScript Reserved Words. Appendix C: Answers to Tutorial Exercises. Appendix D: JavaScript and DOM Internet Resources

2010-01-08

空空如也

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

TA关注的人

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