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

Method GetDefaultIntegerSize

architecture.cpp:886–891  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

884
885
886size_t Architecture::GetDefaultIntegerSize() const
887{
888 if (GetAddressSize() < 4)
889 return GetAddressSize();
890 return 4;
891}
892
893
894size_t Architecture::GetInstructionAlignment() const

Callers 2

DemangleTypeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected