Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ GetPath
Method
GetPath
project.cpp:280–286 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
278
279
280
std::string Project::GetPath() const
281
{
282
char* path = BNProjectGetPath(m_object);
283
std::string result = path;
284
BNFreeString(path);
285
return result;
286
}
287
288
289
std::string Project::GetName() const
Callers
1
Assemble
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected