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

Function BNDebuggerWriteStdin

core/ffi.cpp:938–941  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

936
937
938void BNDebuggerWriteStdin(BNDebuggerController* controller, const char* data, size_t len)
939{
940 controller->object->WriteStdIn(std::string(data, len));
941}
942
943
944DEBUGGER_FFI_API char* BNDebuggerInvokeBackendCommand(BNDebuggerController* controller, const char* cmd)

Callers 1

WriteStdinMethod · 0.85

Calls 1

WriteStdInMethod · 0.80

Tested by

no test coverage detected