surge4 是有验证吗?砸壳自签就闪退

surge4 是有验证吗?砸壳自签就闪退

不是有验证,是因为它用了AppGroup,砸壳后找不到AppGroup的路径
解决方法:
%hook NSFileManager

  • (NSURL *)containerURLForSecurityApplicationGroupIdentifier:(NSString *)groupIdentifier {
    NSString *sandboxDocumentsPath = [NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES) objectAtIndex:0];
    NSFileManager *fileManager = [NSFileManager defaultManager];
    [fileManager createDirectoryAtPath:[sandboxDocumentsPath stringByAppendingPathComponent:@“OrigAppGroupFiles”] withIntermediateDirectories:YES attributes:nil error:nil];
    NSURL *path = [NSURL fileURLWithPath:[NSString stringWithFormat:@"%@/OrigAppGroupFiles", sandboxDocumentsPath]];
    return path;
    }
    %end
    在应用沙盒Documents文件夹里新建一个文件夹用于储存原本存储在AppGroup中的文件
2 个赞

好的,多谢,有时间了我试下,感谢

1 个赞

请问一下自签,ne框架的签名怎么解决。这个不解决好像添加不了v p n 吧

大佬,有搞到吗**的版本吗?借我刷一下