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

Function BNDebuggerAllocString

core/ffi.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76
77
78char* BNDebuggerAllocString(const char* contents)
79{
80 return BNAllocString(contents);
81}
82
83
84void BNDebuggerFreeString(char* str)

Calls

no outgoing calls

Tested by

no test coverage detected