Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ Project
Method
Project
project.cpp:213–216 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
211
212
213
Project::Project(BNProject* project)
214
{
215
m_object = project;
216
}
217
218
219
Ref<Project> Project::CreateProject(const std::string& path, const std::string& name)
Callers
1
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected