binaryninja/personal/scc-docs/dup.txt

15 lines
283 B
Plaintext
Raw Normal View History

2019-04-03 14:46:40 +01:00
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]