MCPcopy 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
213Project::Project(BNProject* project)
214{
215 m_object = project;
216}
217
218
219Ref<Project> Project::CreateProject(const std::string& path, const std::string& name)

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected