{"id":746,"date":"2012-07-11T16:23:16","date_gmt":"2012-07-11T16:23:16","guid":{"rendered":"http:\/\/kraftek.com\/blog\/?p=746"},"modified":"2012-07-11T16:23:16","modified_gmt":"2012-07-11T16:23:16","slug":"find-a-symbol-in-all-dynamic-libraries-in-ios-atv2","status":"publish","type":"post","link":"\/blog\/index.php\/find-a-symbol-in-all-dynamic-libraries-in-ios-atv2\/","title":{"rendered":"find a symbol in all dynamic libraries in ios (atv2)"},"content":{"rendered":"<pre>find \/usr -type f |egrep -i '.dylib'|sed 's\/@\/\/g'| while read f;do nm $f | grep -i 'res_9_search'; done<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>find \/usr -type f |egrep -i &#8216;.dylib&#8217;|sed &#8216;s\/@\/\/g&#8217;| while read f;do nm $f | grep -i &#8216;res_9_search&#8217;; done<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-746","post","type-post","status-publish","format-standard","hentry","category-appletv"],"_links":{"self":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/posts\/746","targetHints":{"allow":["GET"]}}],"collection":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/comments?post=746"}],"version-history":[{"count":0,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/posts\/746\/revisions"}],"wp:attachment":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/media?parent=746"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/categories?post=746"},{"taxonomy":"post_tag","embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/tags?post=746"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}