MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / BNVariable

Class BNVariable

binaryninjacore.h:1382–1387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1380 } BNVariableSourceType;
1381
1382 typedef struct BNVariable
1383 {
1384 BNVariableSourceType type;
1385 uint32_t index;
1386 int64_t storage;
1387 } BNVariable;
1388
1389 typedef enum BNHighLevelILOperation
1390 {

Calls

no outgoing calls

Tested by

no test coverage detected