Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
252
bool FileMetadata::Rebase(BinaryView* data, uint64_t address)
253
{
254
return BNRebase(data->GetObject(), address);
255
}
256
257
258
bool FileMetadata::Rebase(
Callers
1
RebaseWithFullAnalysis
Method · 0.80
Calls
1
GetObject
Method · 0.45
Tested by
no test coverage detected