Back to X64dbg

BridgeInit

docs/developers/functions/bridge/BridgeInit.md

2026.04.20429 B
Original Source

BridgeInit

Initializes the Bridge, defines the .ini file used for x64dbg and loads the main GUI and Debug functions. Internal function, don't use!

c++
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

c++
Example code.
  • List of related functions