mirror of
https://github.com/x64dbg/x64dbg
synced 2026-08-11 18:23:06 -04:00
361 B
361 B
DbgCmdExecDirect
Execute the command on the calling thread.
bool DbgCmdExecDirect(const char* cmd)
Parameters
cmd The command string in UTF-8 encoding
Return Value
true if the command is executed successfully, false otherwise.
Example
DbgCmdExecDirect("run");