Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
MustangYM committed Dec 27, 2019
1 parent 764abf0 commit 46ccc9d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
Binary file not shown.
9 changes: 0 additions & 9 deletions WeChatExtension/WeChatExtension/Sources/Hook/WeChat+hook.m
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,6 @@ + (void)hookWeChat {
//
// hookMethod(objc_getClass("MMChatsTableCellView"), @selector(initWithFrame:), [self class], @selector(cellhook_initWithFrame:));
// hookMethod(objc_getClass("MMTextField"), @selector(setTextColor:), [self class], @selector(hook_setTextColor:));

[ANYMethodLog logMethodWithClass:[objc_getClass("GroupStorage") class] condition:^BOOL(SEL sel) {
return YES;
} before:^(id target, SEL sel, NSArray *args, int deep) {
NSLog(@"\n🐸类名:%@ 👍 方法:%@\n%@", target, NSStringFromSelector(sel),args);
} after:^(id target, SEL sel, NSArray *args, NSTimeInterval interval, int deep, id retValue) {
NSLog(@"\n🚘类名:%@ 👍方法:%@\n%@\n↪️%@", target, NSStringFromSelector(sel),args,retValue);
}];

}

- (void)hook_setTextColor:(NSColor *)arg1
Expand Down

0 comments on commit 46ccc9d

Please sign in to comment.