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

Enum BNFunctionGraphType

api/ffi.h:60–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58// not defined so the enum will not be redefined.
59#ifdef BN_TYPE_PARSER
60 typedef enum BNFunctionGraphType
61 {
62 InvalidILViewType = -1,
63 NormalFunctionGraph = 0,
64 LowLevelILFunctionGraph = 1,
65 LiftedILFunctionGraph = 2,
66 LowLevelILSSAFormFunctionGraph = 3,
67 MediumLevelILFunctionGraph = 4,
68 MediumLevelILSSAFormFunctionGraph = 5,
69 MappedMediumLevelILFunctionGraph = 6,
70 MappedMediumLevelILSSAFormFunctionGraph = 7,
71 HighLevelILFunctionGraph = 8,
72 HighLevelILSSAFormFunctionGraph = 9,
73 HighLevelLanguageRepresentationFunctionGraph = 10,
74 } BNFunctionGraphType;
75#endif
76
77 typedef struct BNDebugProcess

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected