IMPORTANT ANNOUNCEMENT: On May 6, 2024, Carbon Black User eXchange (UeX) and Case Management will move to a new platform!
The Community will be in read-only mode starting April 19th, 7:00 AM PDT. Check out the blog post!
You will still be able to use the case portal to create and interact with your support cases until the transition, view more information here!

CB Defense: How to Toggle Kernel Debug Logging To Gather A Full Memory Dump

CB Defense: How to Toggle Kernel Debug Logging To Gather A Full Memory Dump

Environment

  • Microsoft Windows: Windows 8.1 and higher (including Windows 10)
  • CB Defense PSC Sensor: 3.5.x.x and higher 

Objective

Toggle kernel debug logging in Windows to gather a full live memory dump (User and Kernel memory space)

Resolution

  1. Open a command prompt as Administrator
  2. Enter the following command
    bcdedit /debug on
  3. Reboot the machine 
  4. After gathering a full live memory dump, disable kernel debug logging
    bcdedit /debug off
  5. Reboot the machine

Additional Notes

  • Kernel debug logging is required in Windows 8.1 and higher to gather live dumps of user memory in addition to kernel memory
  • Debugging only needs to be enabled just prior to gathering the memory dump
  • Kernel debug logging is not required to gather a full live memory dump from Windows 7-8.0 machines when using RepCLI

Related Content


Was this article helpful? Yes No
50% helpful (1/2)
Article Information
Author:
Creation Date:
‎08-25-2020
Views:
2651
Contributors