oc 可执行文件结构探查--machOView

@interface BaseClass : NSObject

@property(nonatomic,strong) NSString *one;

- (void)hello;
- (void)func1;
+ (void)helloC;

@end

  

 

 

posted @ 2023-08-16 17:45  zzfx  阅读(23)  评论(0)    收藏  举报