Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Windbg - A complete guide for Advanced Windows Debugging, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:08:22
    Introduction
  2. Урок 2. 00:01:48
    Viewing Tips
  3. Урок 3. 00:09:44
    Introduction to debugger
  4. Урок 4. 00:04:18
    Installation ofWindbg
  5. Урок 5. 00:16:34
    Debugging a simple program
  6. Урок 6. 00:05:19
    Concept of program execution
  7. Урок 7. 00:04:55
    Memorydump
  8. Урок 8. 00:06:53
    Debug symbols with demo
  9. Урок 9. 00:08:03
    Callstack, global and local variables
  10. Урок 10. 00:05:33
    Kernel, process, thread and stack
  11. Урок 11. 00:02:41
    Some more concepts
  12. Урок 12. 00:03:51
    Demo-how to take a dump
  13. Урок 13. 00:02:25
    Debugger Commands
  14. Урок 14. 00:01:50
    Help command
  15. Урок 15. 00:09:24
    Setting symbol path
  16. Урок 16. 00:06:31
    Mismatched symbols, symnoisy and symquiet
  17. Урок 17. 00:10:17
    !analyze -v and stack commands
  18. Урок 18. 00:01:19
    Sympath command
  19. Урок 19. 00:09:56
    Debugger Extensions
  20. Урок 20. 00:06:16
    Native commands- x,ln
  21. Урок 21. 00:07:26
    Native commands -r, k
  22. Урок 22. 00:07:14
    Native commands- e, u
  23. Урок 23. 00:04:48
    Native commands- dc
  24. Урок 24. 00:06:58
    dt command and recursive dumping
  25. Урок 25. 00:12:14
    Doubly linked list
  26. Урок 26. 00:06:56
    Real life application of doubly linked list
  27. Урок 27. 00:05:52
    dv command
  28. Урок 28. 00:03:38
    's' command
  29. Урок 29. 00:30:46
    Live debugging commands – bp commands
  30. Урок 30. 00:06:17
    t,p, .logopen commands
  31. Урок 31. 00:04:32
    wow64 Debugging
  32. Урок 32. 00:23:08
    Demo – debugging 32bit, 64 bit and wow64bit
  33. Урок 33. 00:06:14
    Assembly Language 32bit- whiteboard
  34. Урок 34. 00:33:31
    Assembly Language 32bit- demo
  35. Урок 35. 00:15:32
    Assembly language 64bit
  36. Урок 36. 00:02:46
    ChildEBP, retAddr, argstochild
  37. Урок 37. 00:03:58
    Address Range
  38. Урок 38. 00:20:27
    Looping- foreach command
  39. Урок 39. 00:01:24
    pipe, version, vertarget commands
  40. Урок 40. 00:13:42
    Time Travel Tracing
  41. Урок 41. 00:01:04
    Conclusion of Chapter 1
  42. Урок 42. 00:13:06
    Introduction to chapter2
  43. Урок 43. 00:34:25
    User mode internals-address translation
  44. Урок 44. 00:04:54
    Objects and Handles
  45. Урок 45. 00:06:55
    User Mode-Memory management
  46. Урок 46. 00:11:56
    User mode- Process and Threads
  47. Урок 47. 00:12:40
    Data structures, Win32 API and System calls
  48. Урок 48. 00:10:09
    Portable Executable
  49. Урок 49. 00:30:28
    User Mode-Simple Crash
  50. Урок 50. 00:07:20
    Dump Collection using Procdump by sysinternals
  51. Урок 51. 00:33:04
    Internals of Access Violation
  52. Урок 52. 00:09:00
    Different Types of Exception
  53. Урок 53. 00:19:40
    User mode Memory Corruption-Heap Corruption
  54. Урок 54. 00:16:32
    Demo- Heap Corruption
  55. Урок 55. 00:10:37
    Double Free
  56. Урок 56. 00:22:41
    User Mode- Stack Corruption
  57. Урок 57. 00:13:40
    Stack Overflow
  58. Урок 58. 00:27:49
    Examining Normal dumps
  59. Урок 59. 00:18:03
    User Mode Hang
  60. Урок 60. 00:18:30
    Concepts related to hang
  61. Урок 61. 00:21:59
    Demo-Hang slow application
  62. Урок 62. 00:19:04
    Critical session deadlock
  63. Урок 63. 00:06:48
    Dump collection- procdump &task manager
  64. Урок 64. 00:23:27
    Loader Lock
  65. Урок 65. 00:09:57
    Mutex deadlock
  66. Урок 66. 00:28:45
    Slow Application- High CPU
  67. Урок 67. 00:41:48
    User Mode- Leaks
  68. Урок 68. 00:08:05
    Slow application- UMDH
  69. Урок 69. 00:16:47
    Large allocation inside nt heap & Thread Leak
  70. Урок 70. 00:05:10
    Handle Leak & htrace command
  71. Урок 71. 00:51:02
    30. Leak Analysis- The generic way
  72. Урок 72. 00:25:51
    Handle object leaks- GDI handle
  73. Урок 73. 00:15:17
    Handle object leaks- virtual alloc
  74. Урок 74. 00:49:12
    C++ Runtime, new & delete
  75. Урок 75. 00:19:50
    Template functions and function overloading
  76. Урок 76. 00:19:29
    Security implication of allowing some one to debug a process
  77. Урок 77. 00:09:42
    Kernel Mode- Basics
  78. Урок 78. 00:09:42
    Demo- full memory dump kernel mode
  79. Урок 79. 00:22:48
    Analyzing the Full memory dump
  80. Урок 80. 00:09:02
    Kernel Mode Internals
  81. Урок 81. 00:10:41
    Kernel Mode Internals- part 2
  82. Урок 82. 00:27:27
    Operating system scheduler/ dispatcher
  83. Урок 83. 00:12:37
    Memory management
  84. Урок 84. 00:15:48
    ALPC & implementation of some API's
  85. Урок 85. 00:17:15
    Debugging Windows logon UI
  86. Урок 86. 00:41:00
    Sample application Kernel Mode
  87. Урок 87. 00:08:40
    Kernel Mode- Simple Crash
  88. Урок 88. 00:11:07
    Stack overflow- kernel mode
  89. Урок 89. 00:10:23
    Stack corruption- kernel mode
  90. Урок 90. 00:21:21
    Pool Corruption
  91. Урок 91. 00:03:19
    Bugcheck codes
  92. Урок 92. 00:06:08
    Why kernel mode crashes are complicated than user mode?
  93. Урок 93. 00:15:20
    Operating system Hangs
  94. Урок 94. 00:14:09
    Spinlock Deadlock
  95. Урок 95. 00:12:29
    High CPU- Kernel mode
  96. Урок 96. 00:22:58
    Pool Leak
  97. Урок 97. 00:10:46
    Eresource deadlock
  98. Урок 98. 00:04:22
    Waiting for IRP
  99. Урок 99. 00:29:20
    Thread leak and process leak
  100. Урок 100. 00:04:28
    Kernel mode myths
  101. Урок 101. 00:21:23
    Demo- Suspend process LSAS
  102. Урок 102. 00:25:22
    Suspend process CSRSS
  103. Урок 103. 00:05:27
    SVC host hang
  104. Урок 104. 00:07:14
    Suspending Winlogon & chapter 2 conclusion
  105. Урок 105. 00:03:57
    Introduction to chapter-3
  106. Урок 106. 00:06:42
    Notmyfault- High IRQL kernel mode-32bit
  107. Урок 107. 00:10:47
    Buffer Overflow and code override-32bit
  108. Урок 108. 00:12:35
    Stack Trash-32bit
  109. Урок 109. 00:13:02
    High IRQL- User Mode 32bit
  110. Урок 110. 00:04:26
    Stack Overflow- 32bit
  111. Урок 111. 00:01:45
    Hard Coded Breakpoint- 32bit
  112. Урок 112. 00:01:53
    Double Free- 32bit
  113. Урок 113. 00:10:53
    IRP Hang- 32bit
  114. Урок 114. 00:11:30
    DPC Hang- 32bit
  115. Урок 115. 00:14:59
    Deadlock- 32bit
  116. Урок 116. 00:08:16
    Paged pool Leak- 32bit
  117. Урок 117. 00:05:27
    High IRQL(km)- 64 bit
  118. Урок 118. 00:10:23
    Buffer Overflow-64 bit
  119. Урок 119. 00:14:20
    Code Overwrite and Stack Corruption- 64bit
  120. Урок 120. 00:03:24
    High IRQL(um) & Stack Overflow- 64 bit
  121. Урок 121. 00:01:32
    Hard Coded Breakpoint & Double Free- 64bit
  122. Урок 122. 00:08:12
    Hang - 64 bit
  123. Урок 123. 00:04:17
    Leak Non-Paged Pool- 64bit
  124. Урок 124. 00:01:00
    Waiting on NDA
  125. Урок 125. 00:00:48
    Conclusion of Course