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

14 lines
255 B
Plaintext

chdir
=====
:title: Shellcode Compiler Runtime
---------------------------------------------
int chdir(const char* path);
---------------------------------------------
Changes the current directory to `path`.
See also
--------
link:getcwd.html[getcwd]