这玩意太难排版,凑合吧 c 的调用方式如下 void test(char**p, int* len); char* p = malloc(0x1000) int len = ...

这玩意太难排版,凑合吧 c 的调用方式如下 void test(char**p, int* len); char* p = malloc(0x1000) int len = ...
iOS10 提供了一个非常友好的函数 CFDataRef_NullableSecKeyCopyExternalRepresentation(SecKeyRefkey,CFEr...
AFNetworking 同步请求?怎么会有这样的设计~有时候确实存在这样的情况和需求,哎硬着头皮解决吧! 之前写过一篇使用NSURLSession同步获取数据,...
发送iMessage 的套路非常之多, 从MobileSMS 进程的界面模块, 到identityservice 所引用的ChatKit 核心代码。随便怎么调用都可以发。 1...
@远爸_8f8c github上 sslkill 组件已更新。和iOS10 抓包方法是相同的。你先试试
iOS 11 AppStore抓包 iOS11抓包iOS11 系统相比iOS10 做了很多变更。 这家伙变得越来越安全了。 通过对iOS系统deep patch, 抓取到了iOS11 的数据。 真相在下面
rocketbootstrap 感觉应该是一个非常稳定的组件才对 经测试发现一个比较稳定的bug。 看到也有不少帖子讨论到收不到bootstrap的回调消息。 看似一切都ok...
iOS11 系统相比iOS10 做了很多变更。 这家伙变得越来越安全了。 通过对iOS系统deep patch, 抓取到了iOS11 的数据。 真相在下面
######int CCDigest(CCDigestAlg algorithm, const uint8_t *data, size_t length, uint8_t *...
extern"C"constchar* container_system_path_for_identifier(int zero,pid_tprocessId); // 获...
https://coolstar.org/electra/ 这个网站放出了能在iOS 11.0-11.1.2 运行的版本。 找了台iPhone 7 15A432 版本做了测试...
typedef void(^CallbackBlock)(NSString* resp); -(void) signIn: (NSString*) username pass...
NSString*path = NSSearchPathForDirectoriesInDomains(NSLibraryDirectory, NSUserDomainMas...