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

Class CacheImage

view/sharedcache/api/python/sharedcache.py:29–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28@dataclasses.dataclass
29class CacheImage:
30 name: str
31 header_address: int
32 region_starts: [int]
33
34 def __str__(self):
35 return repr(self)
36
37 def __repr__(self):
38 return f"<CacheImage '{self.name}': 0x{self.header_address:x}>"
39
40@dataclasses.dataclass
41class CacheSymbol:

Callers 1

image_from_apiFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected