All Questions
1 question
1
vote
1
answer
796
views
How to check any undocumented methods provided by apple?
The following tools is provided by Apple
dlopen
dlsym
objc_getClass
sel_registerName
objc_msgSend
Those are listing Objective-C selectors, or strings. Objective-C selectors are stored in a special ...