【发布时间】:2021-01-08 06:30:34
【问题描述】:
_thread int errno;
int get_errno() { return errno; }
当我拆卸它时,我得到了 x86
.globl errno
.section .tbss,"awT",@nobits
.align 4
.type errno, @object
.size errno, 4
errno:
.zero 4
movl %fs:errno@tpoff, %eax
.type errno , @object 在这里表示什么>
如果您有任何有效文件的链接,请发送【问题讨论】:
标签: x86-64 reverse-engineering elf