Function getObjcMethodImp

#include <Geode/utils/ObjcHook.hpp>geode::Result<void*>getObjcMethodImp(,
std::stringconst&selectorName
)

Get the implementation of an Objective-C method.

Parameters

className

The name of the class whose method to get

selectorName

The name of the method to get
Return value
The implementation of the method, or an error.
Examples0