Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ BNDebuggerSetData
Function
BNDebuggerSetData
core/ffi.cpp:144–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
143
144
void BNDebuggerSetData(BNDebuggerController* controller, BNBinaryView* data)
145
{
146
controller->object->SetData(new BinaryView(data));
147
}
148
149
150
BNArchitecture* BNDebuggerGetRemoteArchitecture(BNDebuggerController* controller)
Callers
1
SetData
Method · 0.85
Calls
1
SetData
Method · 0.45
Tested by
no test coverage detected