<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>int128</author_name>
  <author_url>https://blog.hatena.ne.jp/int128/</author_url>
  <blog_title>GeekFactory</blog_title>
  <blog_url>https://int128.hatenablog.com/</blog_url>
  <categories>
    <anon>Linux</anon>
  </categories>
  <description>Linuxバイナリが依存するライブラリを表示するスクリプトです。 #!/usr/bin/perl use File::Basename; my %libs; open(deps, &quot;ldd @ARGV |&quot;); while(&lt;deps&gt;) { if(/ =&gt; (.+) \(/) { $libs{$1} = 1; } elsif(/ =&gt; \(/) { } elsif(/^\t(.+) \(/) { $libs{$1} = 1; } } for my $self (@ARGV) { $libs{$self} = 1; } for my $lib (keys %libs) { print $lib…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fint128.hatenablog.com%2Fentry%2F20080616%2F1213545480&quot; title=&quot;依存するライブラリをすべて表示するPerlスクリプト - GeekFactory&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2008-06-16 00:58:00</published>
  <title>依存するライブラリをすべて表示するPerlスクリプト</title>
  <type>rich</type>
  <url>https://int128.hatenablog.com/entry/20080616/1213545480</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
