<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>inaz2</author_name>
  <author_url>https://blog.hatena.ne.jp/inaz2/</author_url>
  <blog_title>ももいろテクノロジー</blog_title>
  <blog_url>https://inaz2.hatenablog.com/</blog_url>
  <categories>
    <anon>Exploit</anon>
  </categories>
  <description>アセンブリ命令（asm）と機械語（opcode）を相互に変換する方法のメモ。 GNU Binutilsを使う asmからopcodeに変換するには、asコマンドを使う。 $ echo jmp esp | as -msyntax=intel -mnaked-reg -aln -o /dev/null 1 0000 FFE4 jmp esp ここで、-msyntax=intel -mnaked-regはアセンブリコード中の.intel_syntax noprefixと同じ意味であり、intel構文を使用、かつレジスタを%espではなくespで記述するオプションである。 次のように、端末を標準入力に…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Finaz2.hatenablog.com%2Fentry%2F2014%2F05%2F30%2F004109&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>2014-05-30 00:41:09</published>
  <title> アセンブリ命令と機械語の相互変換</title>
  <type>rich</type>
  <url>https://inaz2.hatenablog.com/entry/2014/05/30/004109</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
