binaryninja/personal/scc-docs/chdir.txt

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]