有人通过XCode命令行工具使用过oTool命令吗?我想使用iPAd应用程序的oTool检查堆栈保护标志设置。
发布于 2013-04-27 09:47:04
otool -Iv $app_binary_path |grep stack_chk
https://stackoverflow.com/questions/16013538
相似问题