binaryninja/personal/scc-docs/fchdir.txt

15 lines
305 B
Plaintext
Raw Normal View History

2019-04-03 14:46:40 +01:00
fchdir
======
:title: Shellcode Compiler Runtime
---------------------------------------------
int fchdir(int fd);
---------------------------------------------
Changes the current directory to an open directory with file handle `fd`.
See also
--------
link:chdir.html[chdir],
link:getcwd.html[getcwd]