SetConsoleWindowTitle Function
Sets the window title of the bruteforce console window.
Syntax
void SetConsoleWindowTitle(
const string&in title
)
Parameters
const string&in title
The new title for the console window.
Return value
None.
Remarks
See RegisterBruteforceEvaluation to see how to override builtin bruteforce behavior of setting the console window title.
This function can be called from any callback. When bruteforcing, it is recommended to avoid calling this function on every tick. Instead, aim to throttle the calls with e.g calling every 100 ticks or when the bruteforce phase changes.