MCPcopy Create free account
hub / github.com/Vector35/debugger / get_addr_info

Method get_addr_info

api/python/debuggercontroller.py:1388–1389  ·  view source on GitHub ↗
(self, addr: int)

Source from the content-addressed store, hash-verified

1386 return dbgcore.BNDebuggerSetAdapterProperty(self.handle, name, handle)
1387
1388 def get_addr_info(self, addr: int):
1389 return dbgcore.BNDebuggerGetAddressInformation(self.handle, addr)
1390
1391 @property
1392 def is_first_launch(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected