mirror of
https://github.com/x64dbg/x64dbg
synced 2026-08-11 18:23:06 -04:00
420 B
420 B
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");