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

Method Rebase

filemetadata.cpp:252–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250
251
252bool FileMetadata::Rebase(BinaryView* data, uint64_t address)
253{
254 return BNRebase(data->GetObject(), address);
255}
256
257
258bool FileMetadata::Rebase(

Callers 1

Calls 1

GetObjectMethod · 0.45

Tested by

no test coverage detected