在Linux下反汇编32位的程序时,经常会遇到__x86.get_pc_thunk.ax函数。 例如在32位的Hello world程序中,.text段偏移0x52c处,调用了该函数: 0000051d <main>: 51d: 8d 4c 24 04 lea 0x4(%esp),%ecx 521: 83 e4 f0 a...
在Linux下反汇编32位的程序时,经常会遇到__x86.get_pc_thunk.ax函数。 例如在32位的Hello world程序中,.text段偏移0x52c处,调用了该函数: 0000051d <main>: 51d: 8d 4c 24 04 lea 0x4(%esp),%ecx 521: 83 e4 f0 a...