|
HyperDbg Debugger
|
Header files for bit-level operations. More...
Go to the source code of this file.
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 | |
Header files for bit-level operations.
unset the bit
| BitNumber | |
| Addr |
set the bit
| BitNumber | |
| Addr |