DbgValFromString

Evaluate the expression.

duint DbgValFromString(const char* string);

Parameters

string The expression to evaluate in UTF-8 encoding.

Return Value

The value of the expression.

Example

eip = DbgValFromString("cip");