(self, addr: int)
| 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): |
nothing calls this directly
no outgoing calls
no test coverage detected