Quantcast
Channel: 睿论坛 - 最新话题
Viewing all articles
Browse latest Browse all 5736

越狱系统各种插件功能开发笔记

$
0
0

@yuzhouheike wrote:

最近买了两个越狱机,发现了几个问题(比如无sim卡弹窗等,)网上搜了一圈,没搜到解决方案.所以写个插件解决下,以后搜不到的解决完的就汇总在这个帖子做个笔记,

0x01 屏蔽无sim卡弹窗

  • 没有安装sim卡的手机总是会弹框提示


%hook SBTelephonyManager

- (void)_setSIMStatus:(id)arg1{
    
    NSLog(@"================================打印sim卡状态 =============================================%@",arg1);
    %orig;
}
-(id)SIMStatus{
    
    %log;
    
    NSLog(@"yuzhouheike%@", %orig);
    
    return @"CTSIMSupportSIMStatusInserted";
}

%end

0x02 ***

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 5736

Latest Images

Trending Articles



Latest Images