<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mir</author_name>
  <author_url>https://blog.hatena.ne.jp/mir/</author_url>
  <blog_title>mir the developer</blog_title>
  <blog_url>https://mir.hatenadiary.org/</blog_url>
  <categories>
    <anon>hack</anon>
  </categories>
  <description>とりあえず、仮想メモリ空間上のアドレスさえ分かれば呼べるらしい。 #include &lt;stdio.h&gt; void func1() { printf(&quot;this is func1\n&quot;); return; } int main(int argc, char* argv[]) { printf(&quot;func1 is %p\n&quot;, func1); void (*func)(); func = (void*) 0x80483a0; //事前に調べた :P printf(&quot;func is %p\n&quot;, func); func(); return 0; }ビルド＆実行 mir@t43:~/scratch$ …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmir.hatenadiary.org%2Fentry%2F20061205%2Fp1&quot; title=&quot; C言語におけるリフレクション(2) - mir the developer&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-12-05 00:00:02</published>
  <title> C言語におけるリフレクション(2)</title>
  <type>rich</type>
  <url>https://mir.hatenadiary.org/entry/20061205/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
