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

Method GetRelativeMethod

objectivec/objc.cpp:777–782  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

775}
776
777void ObjCProcessor::GetRelativeMethod(ObjCReader* reader, method_t& meth)
778{
779 meth.name = reader->GetOffset() + reader->ReadS32();
780 meth.types = reader->GetOffset() + reader->ReadS32();
781 meth.imp = reader->GetOffset() + reader->ReadS32();
782}
783
784void ObjCProcessor::ReadListOfMethodLists(ObjCReader* reader, ClassBase& cls, std::string_view name, view_ptr_t start)
785{

Callers

nothing calls this directly

Calls 2

GetOffsetMethod · 0.45
ReadS32Method · 0.45

Tested by

no test coverage detected