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

Method range_contains_relocation

python/binaryview.py:3699–3701  ·  view source on GitHub ↗

Checks if the specified range overlaps with a relocation

(self, addr: int, size: int)

Source from the content-addressed store, hash-verified

3697 return core.BNBinaryViewFinalizeNewSegments(self.handle)
3698
3699 def range_contains_relocation(self, addr: int, size: int) -> bool:
3700 """Checks if the specified range overlaps with a relocation"""
3701 return core.BNRangeContainsRelocation(self.handle, addr, size)
3702
3703 @property
3704 def new_auto_function_analysis_suppressed(self) -> bool:

Callers 6

writeMethod · 0.95
writeMethod · 0.80
write8Method · 0.80
write16Method · 0.80
write32Method · 0.80
write64Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected