dd[?]
File descriptors (!fd in r1)
Usage: dd Descriptors commands
dd
List file descriptorsdd <file>
Open and map that file into the UIdd-<fd>
Close stdout fddd*
List file descriptors (in radare commands)dds <fd> <off>
Seek given fd)ddd <fd1> <fd2>
Dup2 from fd1 to fd2ddr <fd> <size>
Read N bytes from fdddw <fd> <hexpairs>
Write N bytes to fd
dd dd* dds ddd ddr ddw