CoSMOS
Documentation
×
Menu

writeInteger

Description:

 
Writes a Int32 value to a given address
 

Command Parameters:

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

Returns:

 
Type
Description
Bool
Whether writing was successful
 

Examples:

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