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

Method original_image_base

python/binaryview.py:3078–3080  ·  view source on GitHub ↗

Original image base of the binary

(self)

Source from the content-addressed store, hash-verified

3076
3077 @property
3078 def original_image_base(self) -> int:
3079 """Original image base of the binary"""
3080 return core.BNGetOriginalImageBase(self.handle)
3081
3082 @original_image_base.setter
3083 def original_image_base(self, image_base: int) -> None:

Callers 2

post_processMethod · 0.45
fromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected