| 100 | |
| 101 | |
| 102 | typedef struct BNDebugModule |
| 103 | { |
| 104 | char* m_name; |
| 105 | char* m_short_name; |
| 106 | uint64_t m_address; |
| 107 | size_t m_size; |
| 108 | bool m_loaded; |
| 109 | } BNDebugModule; |
| 110 | |
| 111 | |
| 112 | typedef struct BNDebugRegister |
nothing calls this directly
no outgoing calls
no test coverage detected