📄 combreloc.s
字号:
.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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -