Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
何が
0x01b55ee2 <+0014> mov 0x40(%eax),%eax
平均?その場所でコードがクラッシュするという問題があるため、0x40() をどのように解釈すればよいでしょうか。%eax レジスタの内容は 0 です。
あなたが見ているコードは%eax + 0x40アドレスとして扱い、そのアドレスから に 32 ビット移動します%eax。がゼロの場合%eax、これは、扱っているものが基本的に NULL ポインターの逆参照であることを意味します。
%eax + 0x40
%eax