mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-17 02:06:55 +00:00
5 lines
112 B
Plaintext
5 lines
112 B
Plaintext
|
; Linux syscalls
|
||
|
; name int sysnum args
|
||
|
write 0x80 4 3 ; write(fd, ptr, len)
|
||
|
read 0x80 3 3 ; read(fd, ptr, len)
|