作者ice0803 (SoFarSoGood)
看板ASM
標題[問題] Linux動態鍵接的實現
時間Tue Jun 12 01:57:04 2018
各位前輩
目前在看 Linux動態鍵接的實現時
http://www.360doc.com/content/15/1118/20/7377734_514140120.shtml
其中提到在 function _dl_runtime_resolve中
0x4000a975 <_dl_runtime_resolve+21>: ret $0x8
想請問一下 ret 後面帶$0x8是什麼意思
感謝
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 114.32.242.198
※ 文章網址: https://webptt.com/m.aspx?n=bbs/ASM/M.1528739828.A.1F8.html
2F:→ ice0803: 看了之後了解了,$0x8是修改%esp的值,感謝 06/13 01:11