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

Method AddRelocatedPointer

objectivec/objc.cpp:1582–1585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1580}
1581
1582void ObjCProcessor::AddRelocatedPointer(uint64_t location, uint64_t rewrite)
1583{
1584 m_relocationPointerRewrites[location] = rewrite;
1585}

Callers 3

InitializeHeaderMethod · 0.80
ParseChainedFixupsMethod · 0.80
ParseChainedStartsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected