机械工业出版社正版购买通道: https://item.jd.com/12800426.html 扫码关注飘云阁公众号了解更多: 本书始终遵循“大道至简”之法则,仅保留必要的理论知识,以实战为主线来揭开iOS应用逆向与安全的神...
00007ffe50c1d000 4989C4 &n...
// 根据BundleID获取进程PID // IDA出来的,很简单 就写正规代码了,自己抄 int __fastcall sub_132944(int BundleId,...
分离:lipo -thin armv7 xxxx.dylib -output xxxx_v7.dylib lipo -thin arm64 xxx...
1. __BASE_FILE__ 完整的原始文件路径2. __cplusplus表示改文件由 g++ 编译,当做C++ 的文件3. __DATE__ 编译日期4. __TIME__...
pod install 被墙了 换成: pod install --verbose --no-repo-updateNND,后台过滤掉了字符,感谢飞树提醒~~...
extern char **environ; // 调用!! const char *_environ = (const char *)*en...
#define SCREEN_WIDTH ([UIScreen mainScreen].bounds.size.width) #define SCREEN_HEIGHT ([U...
做个记录,免得忘记 数据源初始化过程略 #pragma mark - UITableViewDelegate - (void)tableView:(UITableView *)...
NS_CLASS_DEPRECATED_IOS(2_0, 9_0, "UIAlertView is deprecated. Use UIAlertController&n...
// 这里以 __TEXT,__cstring 字符串段为例,来查找是否存在制定的字符串 &nb...
阅读: 145990 评论:890
阅读: 109043 评论:903
阅读: 97052 评论:2289
阅读: 53471 评论:893
阅读: 50980 评论:871
阅读: 50666 评论:849
扫扫关注微信