00008a97 ; magic 00000013 ; text 00000000 ; data 00000000 ; bss 00000000 ; syms 00200028 ; entry 00000000 ; spsz 00000000 ; pcsz 00000000 00200028 ; 64 bit extended entry ; text ; move null pointer into syscall argument ; REX.W MOV ModRM SIB disp8 ; 48 89 6c 24 08 ; MOVQ BP,8(SP) 48 c7 44 24 08 00000000 ; MOVQ $8, BP ; move imm32 sign extended to 64 bits to r64 ; set syscall number to EXITS 8 ; REX.W MOV ModRM imm32 48 c7 c5 08000000 ; MOVQ $8, BP ; move imm32 sign extended to 64 bits to r64 0F05 ; SYSCALL C3 ; RET