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

Method ZeroExtend

lowlevelilinstruction.cpp:3325–3328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3323
3324
3325ExprId LowLevelILFunction::ZeroExtend(size_t size, ExprId a, uint32_t flags, const ILSourceLocation& loc)
3326{
3327 return AddExprWithLocation(LLIL_ZX, loc, size, flags, a);
3328}
3329
3330
3331ExprId LowLevelILFunction::LowPart(size_t size, ExprId a, uint32_t flags, const ILSourceLocation& loc)

Callers 13

SetRegisterOrNopFunction · 0.45
Concat3to256Function · 0.45
LoadFunction · 0.45
ExtractRegisterFunction · 0.45
LoadStoreOperandSizeFunction · 0.45
operToILFunction · 0.45
ByteReversedLoadFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected