如何在Mac OSX Mavericks中正确运行字符串工具?
我试图按照我在网上找到的示例来像这样运行它:
<code>strings -a UserParser.class </code>
但我收到此错误:
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strings: fat file: UserParser.class truncated or malformed (offset plus size of cputype (11078144) cpusubtype (17415) extends past the end of the file)
解决方法:
我只用-而不是-a就获得了成功.
<code>strings - UserParser.class </code>
【说明】:本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!