Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ IsSameBaseModule
Method
IsSameBaseModule
api/utility.cpp:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
23
24
bool DebugModule::IsSameBaseModule(const std::string& module1, const std::string& module2)
25
{
26
return BNDebuggerIsSameBaseModule(module1.c_str(), module2.c_str());
27
}
Callers
nothing calls this directly
Calls
1
BNDebuggerIsSameBaseModule
Function · 0.85
Tested by
no test coverage detected