| 982 | |
| 983 | |
| 984 | char* BNDebuggerGetAddressInformation(BNDebuggerController* controller, uint64_t address) |
| 985 | { |
| 986 | return BNDebuggerAllocString(controller->object->GetAddressInformation(address).c_str()); |
| 987 | } |
| 988 | |
| 989 | |
| 990 | bool BNDebuggerIsFirstLaunch(BNDebuggerController* controller) |
no test coverage detected