So I'm dealing with a fat binary, and I'm trying to find the method offset for frame [FOOClass abcdMethod].
Using otool I get the __text segment addr and offset. The only problem is that offset in decimal given in the output equals the starting address of the __text segment.
My question is. How can someone deduct the offset of the method in a 64bit environment?