找回密码
 立即注册
相关推荐换一批
  1. JC/T 343.1-2003 真空挤出机 型式与基本参数
  2. SY/T 6477-2000 含缺陷油气输送管道剩余强度评价方法第1部分:体积型缺陷
  3. JB/T 4730.3-2005 承压设备无损检测 第3部分 超声检测
  4. HG/T 2446-2005 胶辊 第5部分 造纸胶辊
  5. HG/T 3747.1-2004 橡塑铺地材料 第1部分 橡胶地板
  6. SY/T 5587.12-2004 常规修井作业规程 第12部分:打捞落物
  7. SY/T 5587.3-2004 常规修井作业规程 第3部分:油气井压井、替喷、诱喷
  8. SY/T 6150.1-2003 钢制管道封堵技术规程 第1部分:塞式、筒式封堵
  9. SY/T 5587.11-2004 常规修井作业规程 第11部分:钻铣封隔器、桥塞
  10. GB/T 16422.2-1999 塑料实验室光源暴露试验方法 第2部分:氙弧灯
  11. GB 13140.3-1998 家用和类似用途低压电路用的连接器件 第2部分:作为独立单元的带无?
  12. GB 13140.2-1998 家用和类似用途低压电路用的连接器件 第2部分:作为独立单元的带螺?
  13. GB/T 16284.6-1996 信息技术 文本通信 面向信报的文本交换系统 第6部分:协议规范
  14. GB/T 16273.6-2003 设备用图形符号 第6部分: 运输、车辆检测及装载机械通用符号
  15. GB/T 16273.5-2002 设备用图形符号 第5部分:塑料机械通用符号
  16. GB/T 16264.7-1996 信息技术 开放系统互连 目录 第7部分:选择客体类
  17. GB/T 16264.6-1996 信息技术 开放系统互连 目录 第6部分:选择属性类型
  18. GB/T 16264.5-1996 信息技术 开放系统互连 目录 第5部分:协议规范
  19. GB/T 16264.4-1996 信息技术 开放系统互连 目录 第4部分:分布式操作规程
  20. GB/T 16264.2-1996 信息技术 开放系统互连 目录 第2部分:模型
  21. GB/T 16264.1-1996 信息技术 开放系统互连 目录 第1部分:概念、模型和服务的概述
  22. GB/T 17969.6-2000 信息技术 开放系统互连 OSI 登记机构的操作规程 第6部分:应用进
  23. GB/T 17969.5-2000 信息技术 开放系统互连 OSI 登记机构的操作规程 第5部分:VT控制
  24. GB/T 17860.1-1999 电测量仪器 X-t 记录仪 第1部分:定义和要求
调试debuggingand部分 | 其他 2021-08-05 792 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
第一部分:CPU的调试支持
1.序言
2.概览和软件断点
3.硬件断点、陷阱和JTAG
第二部分:操作系统的调试支持
4.概览和内核调试
5.Windows内核调试演示
6.Windows用户态调试原理
7. Linux应用程序调试原理——Ptrace
8.Windows操作系统的异常分发过程
9.结构化异常处理(SEH)演示
10.未处理异常:默认过滤器和JIT调试
第三部分:编译器的调试支持
11.调试符号
第四部分:调试器
12.用户态调试器原理和调试事件
13.WinDBG精要[上]:设置路径
14.WinDBG精要[中]:表达式和硬件断点
15.WinDBG精要[下]:远程调试
第五部分:应用程序崩溃和用户态转储
16.信息输出、ETW和WPT
17.转储、轨迹追踪、WER和WDI
第六部分:栈调试
18.栈的自动增长、栈帧
19.栈上的缓冲区溢出、溢出攻击
20.基于Cookie的安全检查(GS机制)
21.内核态栈
第七部分:堆调试
22.堆概要
23.Win32堆的调试支持
24.页堆
25.CRT堆的调试支持
26.UMDH和应用验证器
第八部分:多线程调试
27.线程与进程
28.临界区与调试支持
29.死锁和死循环
30.案例和互锁机制
第九部分:内核调试
31.内核调试概要
32.使用KD理解内核
33.双机用户态调试
第十部分:高级调试技巧
34.调试事件、调试会话0中的服务和总结

(Part 1: CPU debugging support
1. Preface
2. Overview and software breakpoints
3. Hardware breakpoints, traps and JTAG
Part 2: Debugging Support of Operating System
4. Overview and kernel debugging
5. Windows kernel debugging demo
6. Windows user mode debugging principle
7. Principles of Linux application debugging-Ptrace
8. Abnormal distribution process of Windows operating system
9. Demonstration of Structured Exception Handling (SEH)
10. Unhandled exception: default filter and JIT debugging
Part 3: Compiler debugging support
11. Debugging symbols
Part 4: Debugger
12. User mode debugger principle and debugging events
13.WinDBG Essentials [Top]: Set Path
14.WinDBG Essentials [中]: Expressions and hardware breakpoints
15.WinDBG essentials [below]: remote debugging
Part 5: Application crashes and user mode dump
16. Information output, ETW and WPT
17. Dump, trajectory tracking, WER and WDI
Part VI: Stack Debugging
18. Automatic growth of the stack, stack frame
19. Buffer overflow and overflow attacks on the stack
20. Cookie-based security check (GS mechanism)
21. Kernel mode stack
Part VII: Heap debugging
22. Heap summary
23. Debugging support for Win32 heap
24. Page Heap
25. Debugging support for CRT heap
26. UMDH and application validator
Part 8: Multi-threaded debugging
27. Threads and Processes
28. Critical section and debugging support
29. Deadlock and dead loop
30. Cases and interlocking mechanism
Part 9: Kernel debugging
31. Summary of Kernel Debugging
32. Use KD to understand the kernel
33. Two-machine user mode debugging
Part 10: Advanced debugging skills
34. Debug events, services and summary in debug session 0)

1628136547906.rar


上一篇:[网盘]网站建设、媒体投放、seo优化课程
下一篇:[网盘]VT教程 , 天道酬勤2016虚拟化驱动班