Assembly - System Call

About

Definition

Implementation

Example

Exit

; ''1'' = ''sys_exit''
mov	eax,1		
; call kernel
int	0x80

List

Linux


Powered by ComboStrap