Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ BNDebuggerIsSameBaseModule
Function
BNDebuggerIsSameBaseModule
core/ffi.cpp:882–885 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
880
881
882
bool BNDebuggerIsSameBaseModule(const char* module1, const char* module2)
883
{
884
return DebugModule::IsSameBaseModule(module1, module2);
885
}
886
887
888
size_t BNDebuggerRegisterEventCallback(
Callers
1
IsSameBaseModule
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected