binaryninja/scc-docs/dup.txt
Giulio De Pasquale 52e9dc828b dindon
2018-12-13 18:39:52 +00:00

15 lines
283 B
Plaintext

dup
===
:title: Shellcode Compiler Runtime
---------------------------------------------
int dup(int fd);
---------------------------------------------
Duplicates the file handle `fd` and returns the new file handle.
See also
--------
link:close.html[close],
link:dup2.html[dup2]