MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / Load

Method Load

binaryview.cpp:5600–5604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5598
5599
5600Ref<BinaryView> BinaryNinja::Load(const std::string& filename, bool updateAnalysis,
5601 std::function<bool(size_t, size_t)> progress, Ref<Metadata> options)
5602{
5603 return Load(filename, updateAnalysis, options->GetJsonString(), progress);
5604}
5605
5606
5607Ref<BinaryView> BinaryNinja::Load(

Callers 15

ReadILOperandFunction · 0.45
LoadFunction · 0.45
LoadPairFunction · 0.45
ReadILOperandFunction · 0.45
LoadStoreOperandPairSizeFunction · 0.45
LoadStoreVectorFunction · 0.45
LoadStoreOperandFunction · 0.45

Calls 4

GetJsonStringMethod · 0.80
c_strMethod · 0.80
LoadFunction · 0.50
GetObjectMethod · 0.45

Tested by

no test coverage detected