mirror of
https://github.com/x64dbg/x64dbg
synced 2026-08-11 18:23:06 -04:00
410 B
410 B
DbgCmdExec
Execute the command on the command processing thread.
bool DbgCmdExec(const char* cmd);
Parameters
cmd The command string in UTF-8 encoding
Return Value
true if the command is sent to the command processing thread for asynchronous execution, false otherwise.
Example
DbgCmdExec("run");