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

Method GetAssociatedArchitectureByAddress

architecture.cpp:915–918  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

913
914
915Ref<Architecture> Architecture::GetAssociatedArchitectureByAddress(uint64_t&)
916{
917 return this;
918}
919
920
921bool Architecture::GetInstructionLowLevelIL(const uint8_t*, uint64_t, size_t&, LowLevelILFunction& il)

Callers 3

InitMethod · 0.45
InitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected