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

Class BNModuleNameAndOffset

api/ffi.h:132–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130
131
132 typedef struct BNModuleNameAndOffset
133 {
134 char* module;
135 uint64_t offset;
136 } BNModuleNameAndOffset;
137
138
139 typedef enum BNDebugStopReason

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected