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

Method LowPart

lowlevelilinstruction.cpp:3331–3334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3329
3330
3331ExprId LowLevelILFunction::LowPart(size_t size, ExprId a, uint32_t flags, const ILSourceLocation& loc)
3332{
3333 return AddExprWithLocation(LLIL_LOW_PART, loc, size, flags, a);
3334}
3335
3336
3337ExprId LowLevelILFunction::Jump(ExprId dest, const ILSourceLocation& loc)

Callers 11

SignExtendHiLoFunction · 0.45
StoreFunction · 0.45
ExtractRegisterFunction · 0.45
LoadStoreOperandSizeFunction · 0.45
il.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected