objc_cover icon indicating copy to clipboard operation
objc_cover copied to clipboard

Does this work?

Open Ricardo1980 opened this issue 9 years ago • 1 comments

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 when compiling or debug?

Ricardo1980 avatar Apr 21 '16 16:04 Ricardo1980

@Ricardo1980 I have come across the same problem, you could fix it by modifing the regular expression re_sig_sel_ios = re.compile("\s*imp\s*0x\w+ ([+|-]\[.+\s(.+)\])") , it works for me.

hujiawei avatar Apr 02 '20 03:04 hujiawei