x64dbg/docs/developers/functions/bridge/BridgeInit.md
2025-07-04 01:32:42 +02:00

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.
  • List of related functions