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

Function ArchFieldSize

plugins/rtti/itanium.cpp:31–34  ·  view source on GitHub ↗

Some fields are not always u32, use this if it goes from u32 -> u16 on 32bit

Source from the content-addressed store, hash-verified

29
30// Some fields are not always u32, use this if it goes from u32 -> u16 on 32bit
31uint64_t ArchFieldSize(BinaryView *view)
32{
33 return view->GetAddressSize() / 2;
34}
35
36
37

Callers 4

OffsetFlagsMasksTypeFunction · 0.85
BaseClassTypeInfoTypeFunction · 0.85
ProcessVFTMethod · 0.85

Calls 1

GetAddressSizeMethod · 0.45

Tested by

no test coverage detected