1 2 3 4 5 6 7 8 9
.globl _getegid .globl getegid _getegid: getegid: movl $0x2f, %eax lcall $7,$0 movl %edx,%eax jb _cerror ret