- 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
4 lines
112 B
Text
4 lines
112 B
Text
; Linux syscalls
|
|
; name int sysnum args
|
|
write 0x80 4 3 ; write(fd, ptr, len)
|
|
read 0x80 3 3 ; read(fd, ptr, len)
|