<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>TAKEmaru</author_name>
  <author_url>https://blog.hatena.ne.jp/TAKEmaru/</author_url>
  <blog_title>冬のソフトウェア海岸</blog_title>
  <blog_url>https://tkmr.hatenablog.com/</blog_url>
  <categories>
    <anon>reversing</anon>
  </categories>
  <description>動的リンクされたライブラリのアドレス解決の際、ELFではGOT、PLTが、PEではIATがそれぞれ用いられる。たまにどっちがどっちでどうだったのか分からなくなるのでメモしておく。 GOTとPLT GOT(Global Offset Table)はシンボルへのポインタの配列で、 プログラムが使用するすべてのライブラリ関数はGOTにエントリを持ち、そこで実際の関数のアドレスを管理する。 これにより、ライブラリをプロセスメモリ空間の中で容易に再配置できるようになる。 遅延リンク ELFではPLT(Procedure Linkage Table)を用いて遅延リンクできるようにしている。 遅延リンクとは…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftkmr.hatenablog.com%2Fentry%2F2017%2F02%2F28%2F030528&quot; title=&quot;GOT、PLTとIAT - 冬のソフトウェア海岸&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>2017-02-28 03:05:28</published>
  <title>GOT、PLTとIAT</title>
  <type>rich</type>
  <url>https://tkmr.hatenablog.com/entry/2017/02/28/030528</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
