分类目录归档:软件设计

分享软件设计的经验,包括C/C++, Perl, Java,Python等

error: cannot synthesize weak property in file using manual reference counting

编译不过报错:error: cannot synthesize weak pro … 继续阅读

发表在 Objective-C | error: cannot synthesize weak property in file using manual reference counting已关闭评论

如何重命名gcc/g++编译的程序的main入口

“.interp” 让你调用外部的共享库. exit(0 … 继续阅读

发表在 C/C++ | 如何重命名gcc/g++编译的程序的main入口已关闭评论

xcode编译OpenSSL

1、下载openssl源码:https://www.openssl.org/so … 继续阅读

发表在 C/C++ | xcode编译OpenSSL已关闭评论

__attribute__((constructor)) 和 __attribute__((destructor))

__attribute__((constructor)) 先于main()函数调 … 继续阅读

发表在 C/C++ | __attribute__((constructor)) 和 __attribute__((destructor))已关闭评论

Qt for iOS 应用使用自定义动态库 Framework

本文内容适合当你想使用 Qt 调用 xcode 开发的动态库 framework … 继续阅读

发表在 C/C++ | Qt for iOS 应用使用自定义动态库 Framework已关闭评论

IDA + LLDB 查找数据的位移

工具: – IDA Program/Hopper– Ja … 继续阅读

发表在 Objective-C, 默认分类 | IDA + LLDB 查找数据的位移已关闭评论

frida-trace简单介绍

前言 frida-trace是一个用于动态跟踪函数调用的工具。支持android … 继续阅读

发表在 C/C++ | frida-trace简单介绍已关闭评论

修改Hopper逆向的Unity名字

发表在 Python | 修改Hopper逆向的Unity名字已关闭评论

iphoneos is not an iOS SDK

sudo xcode-select -switch /Applications/ … 继续阅读

发表在 C/C++ | iphoneos is not an iOS SDK已关闭评论

Objective-C 的 @property 的详细解读

@property在Objective-C中,我们称为属性。它与实例变量有密不可 … 继续阅读

发表在 Objective-C | Objective-C 的 @property 的详细解读已关闭评论