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

Method BinaryData

binaryview.cpp:5554–5554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5552
5553
5554BinaryData::BinaryData(BNBinaryView* view) : BinaryView(view) {}
5555
5556
5557BinaryData::BinaryData(FileMetadata* file) : BinaryView(BNCreateBinaryDataView(file->GetObject())) {}

Callers

nothing calls this directly

Calls 4

GetBufferObjectMethod · 0.80
c_strMethod · 0.80
GetObjectMethod · 0.45
GetCallbacksMethod · 0.45

Tested by

no test coverage detected