objc_cover
objc_cover copied to clipboard
Quick Python script over otool to help spotting potentially unused methods in Objective-C Mach-O executable files
Results
2
objc_cover issues
Sort by
recently updated
recently updated
newest added
If I use an IPA I receive: Usage: objc_cover.py MACH_O_FILE If I decompress it and open the binary I receive: can't find implemented methods Should I use a special flag...
good idea, but not very useful in practice. the output of this script is full of ObjC property getter/setter methods. I know this is limited by otool's lacking knowledge for...