It seems both of them can dump the contents of a binary file,
then what's the difference?
It seems both of them can dump the contents of a binary file,
then what's the difference?
あまり違いはありません。
Dumpbin は、ポータブル実行可能ファイル (PE) 用の Microsoft ユーティリティです。
Objdump は GNU binutils パッケージの一部であり、COFF や PE を含む多くのバイナリ形式をサポートしています。
好きな方を使用してください。Linux から PE ファイルを検査できるので、objdump を使用します。システムにインストールされているものを使用することをお勧めします.WindowsではDumpbin、残りはObjdumpです。
Dumpbin は、エクスポートされたシンボルやものを探索することに関して、わずかな優位性を与えるかもしれません。