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

Function BNDebuggerFreeStringList

core/ffi.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94
95
96void BNDebuggerFreeStringList(char** strs, size_t count)
97{
98 BNFreeStringList(strs, count);
99}
100
101
102BNDebuggerController* BNGetDebuggerController(BNBinaryView* data)

Callers 1

GetAvailableAdaptersMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected