相关疑难解决方法(0)

为什么除了eax之外还提供orig_eax?

为什么orig_eax列入成员sys/user.hstruct user_regs_struct

c linux cpu-registers linux-kernel

15
推荐指数
1
解决办法
5286
查看次数

在Linux中,在进入sys调用时,%eax中的值是多少?(不是orig_eax)

当一个系统调用返回时,我得到了%eax中的系统调用的返回值,但是在进入我得到-38,这是0xFFFFFFDA十六进制.这适用于写/读.这个号码是多少?它可以用来安全地区分出口和出口吗?

linux x86 system-calls

6
推荐指数
1
解决办法
1893
查看次数

标签 统计

linux ×2

c ×1

cpu-registers ×1

linux-kernel ×1

system-calls ×1

x86 ×1