MCPcopy Create free account
hub / github.com/Vector35/debugger / BNDebuggerGetExecutablePath

Function BNDebuggerGetExecutablePath

core/ffi.cpp:661–664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

659
660
661char* BNDebuggerGetExecutablePath(BNDebuggerController* controller)
662{
663 return BNDebuggerAllocString(controller->object->GetState()->GetExecutablePath().c_str());
664}
665
666
667char* BNDebuggerGetWorkingDirectory(BNDebuggerController* controller)

Callers 1

GetExecutablePathMethod · 0.85

Calls 3

BNDebuggerAllocStringFunction · 0.85
GetStateMethod · 0.80
GetExecutablePathMethod · 0.45

Tested by

no test coverage detected