ndisasm

提供: セキュリティ
移動: 案内検索
スポンサーリンク

ndisasm とは、nasmに含まれるx86とamd64(x86-64)の逆アセンブラです。

読み方

ndisasm
えぬでぃすあすむ

概要

インストール

nasmをインストールします。nasmをご参照ください。

使い方

16bit

ndisasm foo16.bin

32bit

ndisasm -u foo32.bit
ndisasm -b {16|32|64} filename
ndisasm -o100h filename.com

コマンドラインオプション

usage: ndisasm [-a] [-i] [-h] [-r] [-u] [-b bits] [-o origin] [-s sync...]
               [-e bytes] [-k start,bytes] [-p vendor] file
   -a or -i activates auto (intelligent) sync
   -u same as -b 32
   -b 16, -b 32 or -b 64 sets the processor mode
   -h displays this text
   -r or -v displays the version number
   -e skips <bytes> bytes of header
   -k avoids disassembling <bytes> bytes from position <start>
   -p selects the preferred vendor instruction set (intel, amd, cyrix, idt)

関連項目




スポンサーリンク