| 52 | typedef struct BNArchitecture BNArchitecture; |
| 53 | typedef struct BNDataBuffer BNDataBuffer; |
| 54 | typedef struct BNMetadata BNMetadata; |
| 55 | |
| 56 | // When `ffi.h` gets parsed by clang type parser, the binaryninjacore.h is NOT included so this enum will become not |
| 57 | // defined. As a workaround, I duplicate its definition here. When the code gets compiled, the `BN_TYPE_PARSER` is |
nothing calls this directly
no outgoing calls
no test coverage detected