mirror of
https://github.com/x64dbg/x64dbg
synced 2026-08-11 18:23:06 -04:00
429 B
429 B
BridgeInit
Initializes the Bridge, defines the .ini file used for x64dbg and loads the main GUI and Debug functions. Internal function, don't use!
const wchar_t* BridgeInit();
Parameters
This function has no parameters.
Return Value
Returns 0 if successful, otherwise a string indicating the error that occured.
Example
Example code.
Related functions
- List of related functions