CoSMOS
Documentation
×
Menu

writeByte

Description:

 
Writes a byte value to a given address
 

Command Parameters:

 
Parameter
Type
Description
Address
string / Int64
Address to write to
Value
Byte
 
 

Returns:

 
Type
Description
Bool
Whether writing was successful
 

Examples:

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