Back to X64dbg

GuiScriptAdd

docs/developers/functions/gui/GuiScriptAdd.md

2026.04.20477 B
Original Source

GuiScriptAdd

Reload the script view with a new script.

c++
void GuiScriptAdd(int count, const char** lines);

Parameters

count Number of lines;

lines A buffer containing count pointers to UTF-8 strings, each representing a single line. This buffer is freed by BridgeFree afterwards.

Return Value

This function does not return a value.

Example

c++
Example code.
  • List of related functions