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

Class BNDebugModule

api/ffi.h:102–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected