Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1 KB

File metadata and controls

40 lines (27 loc) · 1 KB
title description keywords ms.date topic_type ms.topic api_name api_type
!bitcount (WinDbg)
The !bitcount extension counts the number of 1 bits in a memory range.
bitcount Windows Debugging
05/23/2017
apiref
reference
bitcount
NA

!bitcount

The !bitcount extension counts the number of "1" bits in a memory range.

!bitcount StartAddress TotalBits

Parameters

StartAddress
Specifies the starting address of the memory range whose "1" bits will be counted.

TotalBits
Specifies the size of the memory range, in bits.

-?
Displays some Help text for this extension in the Debugger Command window.

DLL

Exts.dll