combreloc.s
来自「GNU binutils是GNU交叉工具链中的一个源码包」· S 代码 · 共 23 行
S
23 行
.text .globl _start, foo .type _start,@function_start: pushl %ebp movl %esp, %ebp pushl %ebx call 1f1: popl %ebx addl $_GLOBAL_OFFSET_TABLE_+[.-1b], %ebx movl _start@GOT(%ebx), %eax movl (%eax), %eax call foo@PLT movl (%esp), %ebx leavefoo: ret .data .long _start .section "__libc_subfreeres", "aw", @progbits .long _start .section "__libc_atexit", "aw", @progbits .long _start
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?