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

Method GetDefaultIntegerSizeCallback

architecture.cpp:220–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218
219
220size_t Architecture::GetDefaultIntegerSizeCallback(void* ctxt)
221{
222 CallbackRef<Architecture> arch(ctxt);
223 return arch->GetDefaultIntegerSize();
224}
225
226
227size_t Architecture::GetInstructionAlignmentCallback(void* ctxt)

Callers

nothing calls this directly

Calls 1

GetDefaultIntegerSizeMethod · 0.45

Tested by

no test coverage detected