|
HyperDbg Debugger
|
Functions for bit-level operations. More...
#include "pch.h"Functions | |
| INT | TestBit (INT BitNumber, ULONG *Addr) |
| Check whether the bit is set or not. | |
| VOID | ClearBit (INT BitNumber, ULONG *Addr) |
| unset the bit | |
| VOID | SetBit (INT BitNumber, ULONG *Addr) |
| set the bit | |
Functions for bit-level operations.
unset the bit
| BitNumber | |
| Addr |
set the bit
| BitNumber | |
| Addr |