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

Method base

python/binaryview.py:2365–2367  ·  view source on GitHub ↗

Formatted string of the base memory map, consisting of unresolved auto and user segments (read-only).

(self)

Source from the content-addressed store, hash-verified

2363
2364 @property
2365 def base(self):
2366 """Formatted string of the base memory map, consisting of unresolved auto and user segments (read-only)."""
2367 return self.format_description(self.description(base=True))
2368
2369 def set_logical_memory_map_enabled(self, enabled: bool) -> None:
2370 """

Callers 1

rtrimFunction · 0.45

Calls 2

format_descriptionMethod · 0.95
descriptionMethod · 0.95

Tested by

no test coverage detected