Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
96
void BNDebuggerFreeStringList(char** strs, size_t count)
97
{
98
BNFreeStringList(strs, count);
99
}
100
101
102
BNDebuggerController* BNGetDebuggerController(BNBinaryView* data)
Callers
1
GetAvailableAdapters
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected