DbgValToString

将变量设置为值。

bool DbgValToString(const char* string, duint value);

参数

string The name of the thing to set in UTF-8 encoding.

value The value to set.

返回值

true if the value was set successfully, false otherwise.

示例

DbgValToString("eax", 1);