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.
Windbg でいくつかのコードをデバッグしていましたが、一部のアセンブリ コードを理解できません。
78151113 ff1230401e78 call dword ptr [Somefunction (781e9950)] ds:0023:781e9950=028d1170
誰かがこのステートメントの意味を説明できますか?私はこれがcallステートメントであることを知っていますが、028d1170アドレスにジャンプする方法を知っています
このアドレスは関数ポインタを呼び出します。関数ポインタは、アドレス 781e9950 に格納されます。アドレス 781e9950 の内容を確認すると、値が 028d1170 であることがわかります。