MCPcopy 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
280std::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
289std::string Project::GetName() const

Callers 1

AssembleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected