240 发简信
IP属地:四川
  • python ctpyes 指针的指针

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

  • SecKeyRef 导出私钥

    iOS10 提供了一个非常友好的函数 CFDataRef_NullableSecKeyCopyExternalRepresentation(Se...

  • iOS 10 发送iMessage

    发送iMessage 的套路非常之多, 从MobileSMS 进程的界面模块, 到identityservice 所引用的ChatKit 核心代...

  • iOS rocketbootstracp 小坑

    rocketbootstrap 感觉应该是一个非常稳定的组件才对 经测试发现一个比较稳定的bug。 看到也有不少帖子讨论到收不到bootstra...

  • Resize,w 360,h 240
    iOS 11 AppStore抓包 iOS11抓包

    iOS11 系统相比iOS10 做了很多变更。 这家伙变得越来越安全了。 通过对iOS系统deep patch, 抓取到了iOS11 的数据。 ...

  • iOS CCDigest

    ######int CCDigest(CCDigestAlg algorithm, const uint8_t *data, size_t le...

  • iOS 获取守护进程GUID目录

    extern"C"constchar* container_system_path_for_identifier(int zero,pid_tp...

  • iOS 11越狱系列

    https://coolstar.org/electra/ 这个网站放出了能在iOS 11.0-11.1.2 运行的版本。 找了台iPhone ...

  • Resize,w 360,h 240
    调用StoreService函数登陆iTunesStore

    typedef void(^CallbackBlock)(NSString* resp); -(void) signIn: (NSString*...