<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mzp</author_name>
  <author_url>https://blog.hatena.ne.jp/mzp/</author_url>
  <blog_title>みずぴー日記</blog_title>
  <blog_url>https://mzp.hatenadiary.org/</blog_url>
  <categories>
    <anon>Java</anon>
    <anon>ocaml</anon>
  </categories>
  <description>バイトコードの逆アセンブル。 javaの場合 $ javap -c HelloでHello.classの逆アセンブルができる。 javapは標準で付いてくるらしい。 うん、手軽だ。 ocamlの場合 $ ocamlc -dinstr hello.mlとやれば、アセンブルされた文字列が出力される。 ほいで、既にアセンブルしたやつを逆アセンブルするには、付属してくるdumpobjを使えば良い。 こいつは、標準ではインストールされないので、tools/以下でmake dumpobjとしてやってコンパイルしてやる。 あとは、 $ dumpobj helloとしてやればいい。</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmzp.hatenadiary.org%2Fentry%2F20061014%2F1160816407&quot; title=&quot;ディスアセンブル - みずぴー日記&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>2006-10-14 18:00:07</published>
  <title>ディスアセンブル</title>
  <type>rich</type>
  <url>https://mzp.hatenadiary.org/entry/20061014/1160816407</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
