tlsindntpoff.s
来自「俄罗斯高人Mamaich的Pocket gcc编译器(运行在PocketPC上)」· S 代码 · 共 20 行
S
20 行
/* Force .got aligned to 4K, so it very likely gets at 0x804a100 (0x60 bytes .tdata and 0xa0 bytes .dynamic) */ .data .balign 4096 .section ".tdata", "awT", @progbits .globl foofoo: .long 27 /* Force .text aligned to 4K, so it very likely gets at 0x8049000. */ .text .balign 4096 .globl _start .type _start,@function_start: cmp %ebx, %eax jae 1f movl foo@indntpoff, %eax movl %gs:(%eax), %eax1: ret
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?