4. 在 Cycript 和 LLDB 中使用私有的方法调试 iOS
<UIWindow: 0x7fdc86411aa0; frame = (0 0; 375 812); gestureRecognizers = <NSArray: 0x600000248a60>; layer = <UIWindowLayer: 0x600000239e80>><ViewController 0x7fdc86411270>, state: appeared, view: <UIView 0x7fdc867085e0>UIWindow:0x7fdc86411aa0
| UIView:0x7fdc867085e0<Lefex: 0x604000005a80>:
in Lefex:
_name (NSString*): @"wsy"
in NSObject:
isa (Class): Lefex (isa, 0x10cde9038)<Lefex: 0x604000005a80>:
in Lefex:
Class Methods:
+ (id) trueName; (0x10cde6590)
Properties:
@property (copy, nonatomic) NSString* name; (@synthesize name = _name;)
Instance Methods:
- (void) changeName; (0x10cde6580)
- (void) .cxx_destruct; (0x10cde6620)
- (id) name; (0x10cde65b0)
- (void) setName:(id)arg1; (0x10cde65e0)
in NSObject:
Class Methods:
省略......参考链接
Last updated
Was this helpful?