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

Method GetEndiannessCallback

architecture.cpp:206–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204
205
206BNEndianness Architecture::GetEndiannessCallback(void* ctxt)
207{
208 CallbackRef<Architecture> arch(ctxt);
209 return arch->GetEndianness();
210}
211
212
213size_t Architecture::GetAddressSizeCallback(void* ctxt)

Callers

nothing calls this directly

Calls 1

GetEndiannessMethod · 0.45

Tested by

no test coverage detected