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

Method VarField

mediumlevelilinstruction.cpp:2412–2415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2410
2411
2412ExprId MediumLevelILFunction::VarField(size_t size, const Variable& src, uint64_t offset, const ILSourceLocation& loc)
2413{
2414 return AddExprWithLocation(MLIL_VAR_FIELD, loc, size, src.ToIdentifier(), offset);
2415}
2416
2417
2418ExprId MediumLevelILFunction::VarSplit(

Callers 1

CopyToMethod · 0.80

Calls 1

ToIdentifierMethod · 0.45

Tested by

no test coverage detected