mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 22:00:18 +00:00
c5e588e6e5
- Previous commits has been reported in the ChangeLog file - hg log has been lost (moved inside ChangeLog) - Old radare1 repository has removed all the libr
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)
|