mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-27 16:25:30 +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)
|