<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ptr-yudai</author_name>
  <author_url>https://blog.hatena.ne.jp/ptr-yudai/</author_url>
  <blog_title>CTFするぞ</blog_title>
  <blog_url>https://ptr-yudai.hatenablog.com/</blog_url>
  <categories>
    <anon>CTF</anon>
  </categories>
  <description>はじめに 論文みたいなタイトルになりましたが別に新しくも何ともありません。 趣味で勉強して面白かったので記事にしてみました。 さて、FILE構造体を利用したexploit手法としてFILE Structure Oriented Programmingがあります。 _IO_FILE_plus構造体のvtableは次のようなアドレス一覧になっており、例えばfclose関数が呼ばれると_IO_close_tのアドレスが呼び出されます。 struct _IO_FILE_plus { _IO_FILE file; const struct _IO_jump_t *vtable; }; struct _I…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fptr-yudai.hatenablog.com%2Fentry%2F2019%2F02%2F12%2F000202&quot; title=&quot;_IO_str_overflowを使ったvtable改竄検知の回避手法 - CTFするぞ&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>2019-02-12 00:02:02</published>
  <title>_IO_str_overflowを使ったvtable改竄検知の回避手法</title>
  <type>rich</type>
  <url>https://ptr-yudai.hatenablog.com/entry/2019/02/12/000202</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
