Back to X64dbg

DbgValFromString

docs/developers/functions/debug/DbgValFromString.md

2026.04.20420 B
Original Source

DbgValFromString

Evaluate the expression.

c++
duint DbgValFromString(const char* string);

Parameters

string The expression to evaluate in UTF-8 encoding.

Return Value

The value of the expression.

Example

c++
eip = DbgValFromString("cip");