
{"id":15946,"date":"2014-09-10T19:49:24","date_gmt":"2014-09-10T19:49:24","guid":{"rendered":"http:\/\/www.beautifulwork.org\/?p=15946"},"modified":"2014-09-10T19:49:24","modified_gmt":"2014-09-10T19:49:24","slug":"hacking-with-a-binary-using-file-and-strip-commands","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2014\/09\/10\/hacking-with-a-binary-using-file-and-strip-commands\/","title":{"rendered":"Hacking with a binary using file and strip commands"},"content":{"rendered":"<pre>\n$file simple | awk '{ print $(NF-1) $(NF-0) }'\nnotstripped\n$du -h simple \n8.0K\tsimple\n$.\/simple \nHello World \n$strip .\/simple \n$du -h simple \n8.0K\tsimple\n$.\/simple \nHello World \n$file simple | awk '{ print $(NF-1) $(NF-0) }'\nBuildID[sha1]=6cf0bed752a904372cd42a85bc560c266a7c91b3,stripped\n$\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>$file simple | awk &#8216;{ print $(NF-1) $(NF-0) }&#8217; notstripped $du -h simple 8.0K simple $.\/simple Hello World $strip .\/simple $du -h simple 8.0K simple $.\/simple Hello World $file simple | awk &#8216;{ print $(NF-1) $(NF-0) }&#8217; BuildID[sha1]=6cf0bed752a904372cd42a85bc560c266a7c91b3,stripped $<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[96],"tags":[718,1382,1501],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/15946"}],"collection":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/comments?post=15946"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/15946\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=15946"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=15946"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=15946"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}