CoSMOS
Documentation
×
Menu

writeBit

Description:

 
Writes a decimal value as a bit range to a given address
 

Command Parameters:

 
Parameter
Type
Description
Address
string / Int64
Address to write to
Value
Int32
 
Start bit
Int32
 
Length
Int32
 
 

Returns:

 
Type
Description
Bool
Whether writing was successful
 

Examples:

 
writeBit(0x7F0000, 100, 0, 7)
writeBit('kernel32.dll+500', 100, 0, 7)