Skip to content

Commit

Permalink
safe
Browse files Browse the repository at this point in the history
  • Loading branch information
yanmao committed Apr 29, 2020
1 parent 0607e62 commit 6aa275e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ static void inline dynamicMethodIMP(id self,SEL _cmd)
[calls enumerateObjectsUsingBlock:^(NSString* _Nonnull call, NSUInteger idx, BOOL * _Nonnull stop) {
if ([call containsString:@"hook_"]) {
flag = YES;
if (*stop) *stop = YES;
}
}];

Expand Down

0 comments on commit 6aa275e

Please sign in to comment.